(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.5 and 1.6

version 1.5, 2007/06/29 17:43:09 version 1.6, 2007/07/31 19:13:38
Line 474 
Line 474 
         newInstanceReference, namespaceInstance, objectManagerName);         newInstanceReference, namespaceInstance, objectManagerName);
  
     // Create the new namespace     // Create the new namespace
     try  
     {  
         PEG_TRACE_STRING(TRC_CONTROLPROVIDER, Tracer::LEVEL4,         PEG_TRACE_STRING(TRC_CONTROLPROVIDER, Tracer::LEVEL4,
             "Namespace = " + newNamespaceName.getString() +             "Namespace = " + newNamespaceName.getString() +
                 " to be created.");                 " to be created.");
Line 529 
Line 528 
             updatesAllowed? "true" : "false",             updatesAllowed? "true" : "false",
             parent);             parent);
  
     }  
     catch(const CIMException&)  
     {  
         PEG_METHOD_EXIT();  
         throw;  
     }  
     catch(const Exception&)  
     {  
         PEG_METHOD_EXIT();  
         throw;  
     }  
   
     return newInstanceReference;     return newInstanceReference;
 } }
  


Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2