Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9458 in orxonox.OLD for branches/proxy/src/lib/network/netdefs.h


Ignore:
Timestamp:
Jul 25, 2006, 4:28:08 PM (18 years ago)
Author:
patrick
Message:

switching to new permission system, first step

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/network/netdefs.h

    r9450 r9458  
    5656} NodeType;
    5757
     58
    5859//!< enum indicating the type of the network connection (2 protocols supported)
    5960typedef enum ConnectionType {
     
    6162  NET_TCP
    6263};
     64
    6365
    6466//!< the type of the unique id (special number never used elsewhere)
     
    132134
    133135  NET_ID_CLIENT_MAX        = 40
    134 
    135136};
    136137#endif /* _NETDEFS_H */
Note: See TracChangeset for help on using the changeset viewer.