summaryrefslogtreecommitdiffstats
path: root/src/connectionhandler.h
diff options
context:
space:
mode:
authorAaron Marks <nymacro@gmail.com>2005-11-14 08:50:25 +0000
committerAaron Marks <nymacro@gmail.com>2005-11-14 08:50:25 +0000
commit9c4f838ef2e9b801a08c3550647aff4efcbb1ebd (patch)
treeb8bc83cc47357173ef439f263b81b5c3775f3350 /src/connectionhandler.h
parentf14d517cd6bb949e935f5c5401dfdf81bbf7ab4f (diff)
downloadmanaserv-9c4f838ef2e9b801a08c3550647aff4efcbb1ebd.tar.gz
manaserv-9c4f838ef2e9b801a08c3550647aff4efcbb1ebd.tar.xz
manaserv-9c4f838ef2e9b801a08c3550647aff4efcbb1ebd.zip
Added intial SWIG bindings.
Diffstat (limited to 'src/connectionhandler.h')
-rw-r--r--src/connectionhandler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/connectionhandler.h b/src/connectionhandler.h
index 944b1c6..943c2d1 100644
--- a/src/connectionhandler.h
+++ b/src/connectionhandler.h
@@ -83,7 +83,7 @@ class ConnectionHandler
/**
* Called when a computer reconnects to a network session.
*/
- void computerReconnected(NetComputer *computer);
+ //void computerReconnected(NetComputer *computer);
/**
* Called when a computer disconnects from a network session.
@@ -96,7 +96,7 @@ class ConnectionHandler
/**
* Called when a computer sends a packet to the network session.
*/
- void receivePacket(NetComputer *computer, Packet *packet);
+ //void receivePacket(NetComputer *computer, Packet *packet);
/**
* Registers a message handler to handle a certain message type.