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

Minor change to make things more consistent.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vtcross/trunk/src/policy_engines/PolicyEngine.cpp

    r192 r193  
    3434 
    3535 
    36 PolicyEngine::PolicyEngine(const char* serverName, const char* portNumber, \ 
     36PolicyEngine::PolicyEngine(const char* serverName, const char* serverPort, \ 
    3737        const bool SML) 
    3838{ 
     
    4141    SML_present = SML; 
    4242 
    43     commandSocketFD = ClientSocket(serverName, portNumber); 
     43    commandSocketFD = ClientSocket(serverName, serverPort); 
    4444 
    4545    if(SML_present) {