(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.55 and 1.56

version 1.55, 2005/06/03 19:47:32 version 1.56, 2005/06/06 14:27:55
Line 156 
Line 156 
         const char * serviceName,         const char * serviceName,
         Uint32 defaultPort);         Uint32 defaultPort);
  
       /**
           Attempts to validate that the input hostName represents the same host as
           the host represented by the value returned by the
           getFullyQualifiedHostName() method.
   
           Note: this method is modeled on the
           CIMClientRep::compareObjectPathtoCurrentConnection() method
           (Revision 1.44 of pegasus/src/Pegasus/Client/CIMClientRep.cpp)
   
           @param  hostName  the host name to validate
   
           @return  True if the input hostName can be validated to represent the
                    same host;
                    False otherwise
        */
       static Boolean sameHost (const String & hostName);
   
     static String getEffectiveUserName();     static String getEffectiveUserName();
  
     /**     /**


Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2