- Timestamp:
- Dec 21, 2009, 1:18:36 PM (15 years ago)
- Location:
- code/branches/presentation2/src/libraries/tools/interfaces
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/libraries/tools/interfaces/TimeFactorListener.h
r6160 r6387 40 40 TimeFactorListener(); 41 41 virtual ~TimeFactorListener() {} 42 42 43 43 static void setTimeFactor( float factor ); 44 44 static void setTimeFactorInternal( float factor ); -
code/branches/presentation2/src/libraries/tools/interfaces/ToolsInterfaceCompilation.cc
r6160 r6387 46 46 //---------------------------- 47 47 registerStaticNetworkFunction( &TimeFactorListener::setTimeFactorInternal ); 48 48 49 49 float TimeFactorListener::timefactor_s = 1.0f; 50 50 … … 60 60 TimeFactorListener::setTimeFactorInternal(factor); 61 61 } 62 62 63 63 /*static*/ void TimeFactorListener::setTimeFactorInternal( float factor ) 64 64 {
Note: See TracChangeset
for help on using the changeset viewer.