Changeset 9347 in orxonox.OLD for branches/proxy/src/lib/network/synchronizeable.h
- Timestamp:
- Jul 20, 2006, 11:43:27 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/synchronizeable.h
r8708 r9347 20 20 #include "synchronizeable_var/synchronizeable_bool.h" 21 21 #include "synchronizeable_var/synchronizeable_uint.h" 22 #include "synchronizeable_var/synchronizeable_ip.h" 22 23 23 24 … … 51 52 virtual ~Synchronizeable(); 52 53 53 void setIsServer( bool isServer );54 bool isServer();54 // void setIsServer( bool isServer ); 55 // bool isServer(); 55 56 56 57 virtual void varChangeHandler( std::list<int> & id ); … … 61 62 virtual void handleSentState( int userId, int stateId, int fromStateId ); 62 63 virtual void handleRecvState( int userId, int stateId, int fromStateId ); 63 64 64 65 void registerVar( SynchronizeableVar * var ); 65 66 int registerVarId( SynchronizeableVar * var ); … … 82 83 protected: 83 84 NetworkStream* networkStream; //!< reference network stream we are connected to 84 int state;85 // int state; 85 86 86 87 private:
Note: See TracChangeset
for help on using the changeset viewer.