Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9458 in orxonox.OLD for branches/proxy/src/lib/network/nettypes.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/nettypes.h

    r9406 r9458  
    55typedef unsigned char byte;
    66
     7
     8//!< this are the network write variable permissions
     9typedef enum netPermissions {
     10  PERMISSION_MASTER_SERVER = 1,
     11  PERMISSION_PROXY_SERVER  = 2,
     12  PERMISSION_OWNER         = 4,
     13  PERMISSION_ALL           = 8
     14};
     15
     16
    717#endif /* __NET_TYPES_H */
Note: See TracChangeset for help on using the changeset viewer.