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

Diff for /pegasus/src/Pegasus/Common/Executor.cpp between version 1.16 and 1.17

version 1.16, 2008/02/04 12:21:58 version 1.17, 2008/02/05 19:19:17
Line 40 
Line 40 
 #if defined(PEGASUS_OS_TYPE_WINDOWS) #if defined(PEGASUS_OS_TYPE_WINDOWS)
 # include <windows.h> # include <windows.h>
 #else #else
 # include <spawn.h>  
 # include <unistd.h> # include <unistd.h>
 # include <errno.h> # include <errno.h>
 # include <sys/types.h> # include <sys/types.h>
Line 76 
Line 75 
 # include <as400_protos.h> // For fork400() # include <as400_protos.h> // For fork400()
 #endif #endif
  
   #ifdef PEGASUS_OS_ZOS
   # include <spawn.h>
   #endif
   
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
 //////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////


Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2