(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.1.2.4 and 1.1.2.5

version 1.1.2.4, 2001/08/15 23:43:47 version 1.1.2.5, 2001/09/13 17:51:58
Line 244 
Line 244 
 */ */
 /////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
  
   #ifndef PEGASUS_HAVE_BOOLEAN
   struct ConfigPropertyRow
   {
       const char* propertyName;
       const char* defaultValue;
       int         dynamic;
       char**      domain;
       Uint32      domainSize;
   };
   #else
 struct ConfigPropertyRow struct ConfigPropertyRow
 { {
     const char* propertyName;     const char* propertyName;
Line 252 
Line 262 
     char**      domain;     char**      domain;
     Uint32      domainSize;     Uint32      domainSize;
 }; };
   #endif
  
  
 /////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////


Legend:
Removed from v.1.1.2.4  
changed lines
  Added in v.1.1.2.5

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2