(file) Return to cimserver.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Server

Diff for /pegasus/src/Server/cimserver.cpp between version 1.224 and 1.225

version 1.224, 2008/11/11 04:59:56 version 1.225, 2008/11/20 20:52:34
Line 1038 
Line 1038 
                 _cimServer->addAcceptor(HTTPAcceptor::IPV4_CONNECTION,                 _cimServer->addAcceptor(HTTPAcceptor::IPV4_CONNECTION,
                     portNumberHttp, false);                     portNumberHttp, false);
             }             }
               // The port number is converted to a string to avoid the
               //  addition of localized characters (e.g., "5,988").
             char scratchBuffer[22];             char scratchBuffer[22];
             Uint32 n;             Uint32 n;
             const char * portNumberHttpStr = Uint32ToString(             const char * portNumberHttpStr = Uint32ToString(
Line 1089 
Line 1090 
                 _cimServer->addAcceptor(HTTPAcceptor::IPV4_CONNECTION,                 _cimServer->addAcceptor(HTTPAcceptor::IPV4_CONNECTION,
                     portNumberHttps, true);                     portNumberHttps, true);
             }             }
               // The port number is converted to a string to avoid the
               //  addition of localized characters (e.g., "5,989").
             char scratchBuffer[22];             char scratchBuffer[22];
             Uint32 n;             Uint32 n;
             const char * portNumberHttpsStr = Uint32ToString(             const char * portNumberHttpsStr = Uint32ToString(


Legend:
Removed from v.1.224  
changed lines
  Added in v.1.225

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2