(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.183.2.3 and 1.183.2.4

version 1.183.2.3, 2006/10/05 16:00:55 version 1.183.2.4, 2006/10/10 08:48:14
Line 1328 
Line 1328 
         }         }
 #ifndef PEGASUS_DISABLE_LOCAL_DOMAIN_SOCKET #ifndef PEGASUS_DISABLE_LOCAL_DOMAIN_SOCKET
                 // To Support multiple NamedPipe Clients create multiple ACCEPTORS                 // To Support multiple NamedPipe Clients create multiple ACCEPTORS
   # if defined PEGASUS_OS_TYPE_WINDOWS && !defined(PEGASUS_DISABLE_LOCAL_DOMAIN_SOCKET)
   
                 for (int pipeInstance = 0; pipeInstance < MAX_PIPE_INSTANCES; pipeInstance++)                 for (int pipeInstance = 0; pipeInstance < MAX_PIPE_INSTANCES; pipeInstance++)
                 {                 {
   # endif
             _cimServer->addAcceptor(true, 0, false, false);             _cimServer->addAcceptor(true, 0, false, false);
   # if defined PEGASUS_OS_TYPE_WINDOWS && !defined(PEGASUS_DISABLE_LOCAL_DOMAIN_SOCKET)
                 }                 }
   # endif
         //l10n         //l10n
         //Logger::put(Logger::STANDARD_LOG, System::CIMSERVER, Logger::INFORMATION,         //Logger::put(Logger::STANDARD_LOG, System::CIMSERVER, Logger::INFORMATION,
                     //"Listening on local connection socket.");                     //"Listening on local connection socket.");


Legend:
Removed from v.1.183.2.3  
changed lines
  Added in v.1.183.2.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2