Changeset 192

Show
Ignore:
Timestamp:
03/23/09 10:52:01 (15 years ago)
Author:
bhilburn
Message:

Removed older declerations for the GetRemoteComponentType? function.

Location:
vtcross/trunk/src
Files:
2 modified

Legend:

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

    r191 r192  
    9999        ~ServiceManagementLayer(); 
    100100 
    101         void GetRemoteComponentType(); 
    102101        void WaitForSignal(); 
    103102        void Shutdown(); 
     
    164163                const bool SML); 
    165164 
    166         void GetRemoteComponentType(); 
    167165        void WaitForSignal(); 
    168166        void Shutdown(); 
     
    213211        ~CognitiveEngine(); 
    214212 
    215         void GetRemoteComponentType(); 
    216213        void WaitForSignal(); 
    217214        void Shutdown(); 
  • vtcross/trunk/src/policy_engines/PolicyEngine.cpp

    r191 r192  
    5353 
    5454    LoadPolicies(); 
    55 } 
    56  
    57  
    58 void  
    59 PolicyEngine::GetRemoteComponentType() 
    60 { 
    6155} 
    6256