Show
Ignore:
Timestamp:
06/16/09 16:12:04 (15 years ago)
Author:
wrodgers
Message:

updating SML demo

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vtcross/trunk/src/include/vtcross/components.h

    r281 r285  
    114114         * shell with the passed hostname and port. 
    115115         */ 
    116         ServiceManagementLayer(const char* SML_Config, const char* serverName, const char* serverPort); 
     116        ServiceManagementLayer(const char* SML_Config, const char* serverName, const char* serverPort, int16_t clientPort); 
    117117 
    118118        /* Connect and register with the shell component at the passed hostname 
     
    187187        bool CE_Present; 
    188188        int32_t activeMission; 
     189 
     190        int16_t SMLport; 
    189191}; 
    190192