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

Diff for /pegasus/src/Pegasus/Common/Config.h between version 1.82.2.5 and 1.92

version 1.82.2.5, 2013/10/14 16:25:58 version 1.92, 2013/09/27 16:23:41
Line 382 
Line 382 
 # endif # endif
 #endif #endif
  
   
   /**
       Return a const char * true or false for the Boolean input.
       Note that this works for Boolean and bool.  It is contained
       here because Boolean is used as a CIM Type but has no c++
       class in Pegasus.
   
       @return const char* containing "true" or "false"
    */
   PEGASUS_NAMESPACE_BEGIN
   // Include PEGASUS_EXPORT explicitly because Linkage calls Config.h
   PEGASUS_EXPORT const char* boolToString(bool x);
   PEGASUS_NAMESPACE_END
 #endif  /* Pegasus_Config_h */ #endif  /* Pegasus_Config_h */


Legend:
Removed from v.1.82.2.5  
changed lines
  Added in v.1.92

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2