Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 15, 2009, 11:00:13 PM (15 years ago)
Author:
rgrieder
Message:

Fixed build:

  • Two inline functions without inline body in Synchronisable.h
  • objects/items somehow didn't make it through the merge
File:
1 edited

Legend:

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

    r2662 r2671  
    153153    uint32_t getSize(int32_t id, uint8_t mode=0x0);
    154154    bool updateData(uint8_t*& mem, uint8_t mode=0x0, bool forceCallback=false);
    155     inline bool isMyData(uint8_t* mem);
    156     inline bool doSync(int32_t id, uint8_t mode=0x0);
     155    bool isMyData(uint8_t* mem);
     156    bool doSync(int32_t id, uint8_t mode=0x0);
    157157
    158158    uint32_t objectID;
Note: See TracChangeset for help on using the changeset viewer.