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

Diff for /pegasus/src/Pegasus/Server/CIMServer.h between version 1.54.8.2 and 1.54.8.3

version 1.54.8.2, 2006/12/18 15:04:09 version 1.54.8.3, 2007/01/24 04:58:15
Line 155 
Line 155 
 #endif #endif
  
     Monitor* _monitor;     Monitor* _monitor;
 #if defined PEGASUS_OS_TYPE_WINDOWS && !defined(PEGASUS_DISABLE_LOCAL_DOMAIN_SOCKET)  #if defined (PEGASUS_OS_TYPE_WINDOWS) &&\
     DWORD waitResult ;      !defined(PEGASUS_DISABLE_LOCAL_DOMAIN_SOCKET)
     int threadIndex;      DWORD _waitResult ;
     HANDLE threadSocketHandle ; //Thread Handle for remote connection      int _threadIndex;
     HANDLE threadPipeHandle ;   //Thread Handle for list of local connection      HANDLE _threadSocketHandle ; //Thread Handle for remote connection
         Boolean bThreadCreated;      HANDLE _threadPipeHandle ;   //Thread Handle for list of local connection
       Boolean _bThreadCreated;
         static int runPipe(Monitor* ptrMonitor);         static int runPipe(Monitor* ptrMonitor);
         static int runSocket(Monitor* ptrMonitor);         static int runSocket(Monitor* ptrMonitor);
 #endif #endif


Legend:
Removed from v.1.54.8.2  
changed lines
  Added in v.1.54.8.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2