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

Diff for /pegasus/src/Pegasus/Config/ConfigPropertyOwner.h between version 1.25 and 1.26

version 1.25, 2012/07/26 15:23:16 version 1.26, 2012/08/05 15:42:54
Line 229 
Line 229 
         @exception UnrecognizedConfigProperty if the property is not defined.         @exception UnrecognizedConfigProperty if the property is not defined.
     */     */
     virtual Boolean isDynamic(const String& name) const = 0;     virtual Boolean isDynamic(const String& name) const = 0;
   
       /** Initialize and load the appropriate internationalized
          message for the defined key. This function is limited to
          fixed message output.
          @param key String with key to message in message bundle
          @param msg String containing message
       */
       static String loadMessage(const char* key, const char* msg);
 }; };
  
  


Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2