Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/network/src/lib/network/network_protocol.h @ 5617

Last change on this file since 5617 was 5617, checked in by bottac, 18 years ago
File size: 332 bytes
Line 
1/*!
2
3*/
4
5#ifndef _NETWORK_PROTOCOL_H
6#define _NETWORK_PROTOCOL_H
7
8#include "base_object.h"
9
10/*!
11
12*/
13class NetworkProtocol : virtual public BaseObject
14{
15  public:
16    NetworkProtocol();
17    ~NetworkProtocol();
18    void writeDataField( /* Attribute: Any*/ );
19
20  private:
21   
22
23};
24
25#endif //_NETWORK_PROTOCOL_H
Note: See TracBrowser for help on using the repository browser.