Changes between Version 6 and Version 7 of Cross/CognitiveEngineAPI
- Timestamp:
- 03/24/09 18:08:03 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Cross/CognitiveEngineAPI
v6 v7 28 28 {{{ 29 29 #!cpp 30 void ConnectToRemoteComponent(const char* serverName, const char* serverPort);31 }}}32 33 {{{34 #!cpp35 30 void WaitForSignal(); 36 31 }}} … … 58 53 59 54 '''Inherited from abstract base class Engine''' 55 56 {{{ 57 #!cpp 58 void ConnectToRemoteComponent(const char* serverName, const char* serverPort, const bool SML); 59 }}} 60 60 61 {{{ 61 62 #!cpp