Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 11, 2005, 5:19:42 PM (18 years ago)
Author:
snellen
Message:

synchronizeable.cc and synchronizeable.h should now compile

File:
1 edited

Legend:

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

    r5547 r5548  
    77#define _SYNCHRONIZEABLE_H
    88
    9 #include <class_list.h>
     9#include <base_object.h>
    1010#include "netdefs.h"
    1111
    1212
    13 class Synchronizeable: public ClassList
     13class Synchronizeable : public BaseObject
    1414{
    1515        public:
     
    1818                   ~Synchronizeable();
    1919
    20  virtual byte[]    writeByteStream();
    21  virtual void      readByteStream(byte[] data);
     20 virtual byte*    writeByteStream();
     21 virtual void      readByteStream(byte* data);
    2222 virtual void      writeDebug();
    2323 virtual void      readDebug();
     
    3030};
    3131
    32 #endif /* _SYNCHRONIZEABLE_H
     32#endif /* _SYNCHRONIZEABLE_H */
Note: See TracChangeset for help on using the changeset viewer.