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

Diff for /pegasus/src/Pegasus/Common/SystemWindows.cpp between version 1.43 and 1.44

version 1.43, 2005/01/07 01:38:41 version 1.44, 2005/01/19 23:48:05
Line 512 
Line 512 
    return retVal;    return retVal;
 } }
  
   Boolean System::changeUserContext(const char* userName)
   {
       // ATTN: Implement this method to change the process user context to the
       //       specified user
       return false;
   }
   
 Uint32 System::getPID() Uint32 System::getPID()
 { {
     return _getpid();     return _getpid();
Line 556 
Line 563 
     return true;     return true;
 } }
  
   Boolean System::verifyFileOwnership(const char* path)
   {
       // ATTN: Implement this to check that the owner of the specified file is
       //       the same as the effective user for this process.
       return true;
   }
   
 void System::openlog(const String ident) void System::openlog(const String ident)
 { {
     return;     return;


Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2