Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 17, 2010, 8:25:21 PM (14 years ago)
Author:
landauf
Message:

removed network as dependency of tools. these libraries can build in parallel again now.
moved network synchronization of setTimeFactor from TimeFactorListener to GSRoot (GSRoot inherits from TimeFactorListener now)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/libraries/tools/interfaces/TimeFactorListener.h

    r6417 r7172  
    4141            virtual ~TimeFactorListener() {}
    4242
    43             static void setTimeFactor( float factor );
    44             static void setTimeFactorInternal( float factor );
    45             static inline float getTimeFactor(){ return TimeFactorListener::timefactor_s; }
     43            static void setTimeFactor(float factor);
     44            static inline float getTimeFactor()
     45                { return TimeFactorListener::timefactor_s; }
    4646
    4747        protected:
Note: See TracChangeset for help on using the changeset viewer.