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

Diff for /pegasus/src/Pegasus/Common/Config.cpp between version 1.15 and 1.15.8.1

version 1.15, 2008/12/02 09:00:46 version 1.15.8.1, 2013/09/29 21:45:42
Line 49 
Line 49 
  
 static DummyObject _dummy; static DummyObject _dummy;
  
   PEGASUS_COMMON_LINKAGE const char* boolToString(bool x)
   {
       return (x ? "true" : "false");
   }
   
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.15  
changed lines
  Added in v.1.15.8.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2