(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.36 and 1.37

version 1.36, 2004/05/20 23:22:40 version 1.37, 2004/05/26 17:04:39
Line 362 
Line 362 
     return (String("Administrator"));     return (String("Administrator"));
 } }
  
   Boolean System::isGroupMember(const char* userName, const char* groupName)
   {
       //ATTN: Implement this method to verify that the user name
       //      is a member of the group
       return true;
   }
   
 Uint32 System::getPID() Uint32 System::getPID()
 { {
     return _getpid();     return _getpid();


Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2