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

Diff for /pegasus/src/Pegasus/Common/HTTPAcceptor.cpp between version 1.35 and 1.36

version 1.35, 2003/09/22 17:39:39 version 1.36, 2003/09/26 19:09:38
Line 505 
Line 505 
  
    if (socket < 0)    if (socket < 0)
    {    {
   
        Logger::put(Logger::STANDARD_LOG, System::CIMSERVER, Logger::TRACE,        Logger::put(Logger::STANDARD_LOG, System::CIMSERVER, Logger::TRACE,
                    "HTTPAcceptor - accept() failure.  errno: $0"                    "HTTPAcceptor - accept() failure.  errno: $0"
                    ,errno);                    ,errno);
Line 760 
Line 761 
   // set the entry's dispatch parameter to point to the connection object   // set the entry's dispatch parameter to point to the connection object
   entry->set_dispatch ((void*)connection);   entry->set_dispatch ((void*)connection);
  
   try {    monitor_2::insert_connection(connection);
     myself->connections.insert_first(connection);  
   }  
   catch(...){  
   }  
 } }
  
  


Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2