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

Diff for /pegasus/src/Pegasus/Common/System.h between version 1.38.4.1 and 1.39

version 1.38.4.1, 2004/04/26 13:33:27 version 1.39, 2004/05/26 17:04:39
Line 140 
Line 140 
  
     static String getHostName();     static String getHostName();
     static String getFullyQualifiedHostName ();     static String getFullyQualifiedHostName ();
   
     /** returns the Class name for the system creation class.  
         Unless overridden by any specific system this is simply  
         the class CIM_ComputerSystem  
     */  
     static String getSystemCreationClassName ();     static String getSystemCreationClassName ();
  
     static Uint32 lookupPort(     static Uint32 lookupPort(
Line 201 
Line 196 
     static String getPrivilegedUserName();     static String getPrivilegedUserName();
  
     /**     /**
       This function is used to verify whether the specified user is a member
       of the specified user group.
   
       @param userName     User name to be verified.
   
       @param groupName    User group name.
   
       @return             true if the user is a member of the user group,
                           false otherwise.
   
       @throw              InternalSystemError - If there is an error
                           accessing the specified user or group information.
       */
       static Boolean isGroupMember(const char* userName, const char* groupName);
   
       /**
     This function is used to get the process ID of the calling process.     This function is used to get the process ID of the calling process.
  
     @return             Process ID     @return             Process ID


Legend:
Removed from v.1.38.4.1  
changed lines
  Added in v.1.39

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2