(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.10 and 1.11

version 1.10, 2007/07/25 19:43:48 version 1.11, 2007/08/03 00:56:18
Line 70 
Line 70 
 # include <Executor/PAMAuth.h> # include <Executor/PAMAuth.h>
 #endif #endif
  
   #ifdef PEGASUS_OS_PASE
   # include <as400_protos.h> // For fork400()
   #endif
   
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
 //////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
Line 337 
Line 341 
  
 #  if defined(PEGASUS_OS_VMS) #  if defined(PEGASUS_OS_VMS)
             pid = (int)vfork();             pid = (int)vfork();
   # elif defined(PEGASUS_OS_PASE)
               pid = (int)fork400("QUMEPRVAGT",0);
 #  else #  else
             pid = (int)fork();             pid = (int)fork();
 #  endif #  endif


Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2