Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 28, 2007, 5:20:23 PM (16 years ago)
Author:
nicolasc
Message:

merge network

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/merger/src/network/Synchronisable.h

    r278 r332  
    1414
    1515#include <list>
     16#include <iostream>
     17
     18#include "orxonox/core/IdentifierIncludes.h"
    1619
    1720namespace network {
     
    2023struct syncData{
    2124  int length;
     25  int objectID;
    2226  int classID;
    23   int objectID;
    2427  unsigned char *data;
    2528};
     
    4043  Synchronisable();
    4144
    42   ~Synchronisable();
     45  virtual ~Synchronisable();
    4346  int objectID;
    4447  int classID;
     
    5255
    5356private:
     57/*  bool removeObject(Iterator<Synchronisable> it);*/
     58 
    5459  std::list<SYNCVAR> syncList;
    5560  int datasize;
Note: See TracChangeset for help on using the changeset viewer.