Show
Ignore:
Timestamp:
03/26/09 13:17:33 (15 years ago)
Author:
bhilburn
Message:

Manually adding GetRemoteComponentType? to the shell since it doesn't
inherit from Component and therefore doesn't get the inherited function.

Files:
1 modified

Legend:

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

    r211 r212  
    291291            int16_t policyPort, int16_t commandPort); 
    292292 
     293        /* Ask for the component type of a remote component via sockets, or 
     294         * respond to such a query sent to the shell itself. 
     295         */ 
     296        std::string GetRemoteComponentType(int32_t socketFD); 
    293297        void SendComponentType(int32_t socketFD); 
     298 
    294299        void Shutdown(); 
    295300        void Reset();