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

Diff for /pegasus/src/Pegasus/Common/AuditLogger.cpp between version 1.12 and 1.13

version 1.12, 2006/11/10 18:14:57 version 1.13, 2006/11/13 19:26:16
Line 39 
Line 39 
 #include <Pegasus/Common/InternalException.h> #include <Pegasus/Common/InternalException.h>
 #include <Pegasus/Common/AuditLogger.h> #include <Pegasus/Common/AuditLogger.h>
  
   #ifdef PEGASUS_OS_DARWIN
   # include <crt_externs.h>
   #endif
   
 #ifndef PEGASUS_OS_TYPE_WINDOWS #ifndef PEGASUS_OS_TYPE_WINDOWS
 # include <unistd.h> # include <unistd.h>
 #endif #endif
Line 135 
Line 139 
  
 void AuditLogger::logCurrentEnvironmentVar() void AuditLogger::logCurrentEnvironmentVar()
 { {
   #ifdef PEGASUS_OS_DARWIN
       char** envp = *_NSGetEnviron();
   #else
     char ** envp = environ;     char ** envp = environ;
   #endif
   
     Uint32 i = 0;     Uint32 i = 0;
  
     while (envp[i])     while (envp[i])


Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2