--- a/src/Network/Object.hh Tue Dec 09 00:45:18 2008 +0000
+++ b/src/Network/Object.hh Tue Dec 09 00:45:41 2008 +0000
@@ -186,6 +186,11 @@
protected:
/**
+ * Generic controller
+ */
+ NetworkObjectController &controller;
+
+ /**
* This object's object id
*/
NetworkObjectID obj_id;
@@ -200,6 +205,11 @@
NetworkObject (NetworkObjectController &controller, NetworkObjectID obj_id);
/**
+ * Removes this object from the controller's objects list
+ */
+ ~NetworkObject (void);
+
+ /**
* Abstract method to handle packets sent to this object
*
* @param node the NetworkNode that sent this packet to us