Changes between Version 6 and Version 7 of Cross/CognitiveEngineAPI

Show
Ignore:
Timestamp:
03/24/09 18:08:03 (4 years ago)
Author:
bhilburn
Comment:

Updating to reflect recent changes to connection function.

Legend:

Unmodified
Added
Removed
Modified
  • Cross/CognitiveEngineAPI

    v6 v7  
    2828{{{ 
    2929#!cpp 
    30 void ConnectToRemoteComponent(const char* serverName, const char* serverPort); 
    31 }}} 
    32  
    33 {{{ 
    34 #!cpp 
    3530void WaitForSignal(); 
    3631}}} 
     
    5853 
    5954'''Inherited from abstract base class Engine''' 
     55 
     56{{{ 
     57#!cpp 
     58void ConnectToRemoteComponent(const char* serverName, const char* serverPort, const bool SML); 
     59}}} 
     60 
    6061{{{ 
    6162#!cpp