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

Diff for /pegasus/src/Pegasus/Common/Pegasus_inl.h between version 1.3.12.1 and 1.3.12.3

version 1.3.12.1, 2013/09/23 07:02:28 version 1.3.12.3, 2013/10/01 15:47:48
Line 65 
Line 65 
     return newPtr;     return newPtr;
 } }
  
   /**
       Return a const char * true or false for the Boolean input.
       Note that this works for Boolean and bool.  It is contained
       here because to work around a bug and should be moved to proper
       place when we have a separate files for CIMTypes
   
       See the 9785 and 9778
   
       @return const char* containing "true" or "false"
   */
   
   inline const char* boolToString( const bool x )
   {
       return x ? "true": "false";
   }
   
   
 #endif //Pegasus_inl_h end #endif //Pegasus_inl_h end


Legend:
Removed from v.1.3.12.1  
changed lines
  Added in v.1.3.12.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2