Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 23, 2009, 8:19:58 PM (14 years ago)
Author:
scheusso
Message:

synchronisation of pointers to classes that inherit from Synchronisable are now possible
just use the normal registerVariable syntax

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/src/orxonox/Test.h

    r5781 r6123  
    7575      void checkS3();
    7676      void checkS4();
     77     
     78      void printPointer();
    7779
    7880      static void printV1(){ instance_->checkU1(); }
     
    9395      TYPE s3;
    9496      TYPE s4;
     97     
     98      Test* pointer_;
    9599
    96100      static Test* instance_;
Note: See TracChangeset for help on using the changeset viewer.