Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 27, 2005, 5:52:32 PM (18 years ago)
Author:
patrick
Message:

network: testing env. got segfault in the code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/lib/network/network_stream.h

    r5741 r5798  
    2626  void init();
    2727 
     28  inline bool isServer() { return (this->type == NET_SERVER)? true:false; }
    2829  virtual void processData();
    2930
     
    3536   Synchronizeable*         synchronizeables;
    3637   NetworkSocket* networkSocket;
     38   int                    type;
    3739};
    3840#endif /* _NETWORK_STREAM */
Note: See TracChangeset for help on using the changeset viewer.