(file) Return to Namespace.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / ControlProviders / InteropProvider

Diff for /pegasus/src/Pegasus/ControlProviders/InteropProvider/Namespace.cpp between version 1.15 and 1.16

version 1.15, 2009/08/03 08:31:00 version 1.16, 2013/02/07 15:32:42
Line 519 
Line 519 
     CIMRepository::NameSpaceAttributes attributes;     CIMRepository::NameSpaceAttributes attributes;
  
     // Set shareable attribute to "false" if property is not present     // Set shareable attribute to "false" if property is not present
     Boolean shareable = false;  
     if (getPropertyValue(namespaceInstance,     if (getPropertyValue(namespaceInstance,
         PG_NAMESPACE_PROPERTY_ISSHAREABLE, false))         PG_NAMESPACE_PROPERTY_ISSHAREABLE, false))
     {     {
Line 531 
Line 530 
     }     }
  
     // Set updatesAllowed attribute to "false" if property is not present     // Set updatesAllowed attribute to "false" if property is not present
     Boolean updatesAllowed = false;  
     if (getPropertyValue(namespaceInstance,     if (getPropertyValue(namespaceInstance,
         PG_NAMESPACE_PROPERTY_SCHEMAUPDATESALLOWED, false))         PG_NAMESPACE_PROPERTY_SCHEMAUPDATESALLOWED, false))
     {     {
Line 557 
Line 555 
     PEG_TRACE((     PEG_TRACE((
         TRC_CONTROLPROVIDER,         TRC_CONTROLPROVIDER,
         Tracer::LEVEL4,         Tracer::LEVEL4,
         "Namespace %s: Shareable = %s, Updates allowed: %s, Parent: %s"          "Namespace %s: Parent: %s"
             "  successfully created.",             "  successfully created.",
         (const char*) newNamespaceName.getString().getCString(),         (const char*) newNamespaceName.getString().getCString(),
         shareable? "true" : "false",  
         updatesAllowed? "true" : "false",  
         (const char*) parent.getCString()));         (const char*) parent.getCString()));
  
     return newInstanceReference;     return newInstanceReference;


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2