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

Diff for /pegasus/src/Pegasus/Common/XmlWriter.cpp between version 1.30 and 1.31

version 1.30, 2002/03/01 19:48:24 version 1.31, 2002/03/02 00:15:57
Line 393 
Line 393 
 // //
 // appendLocalObjectPathElement() // appendLocalObjectPathElement()
 // //
 //     If the reference has keys, write a LOCALINSTANCEPATH, otherwise write  //     If the reference refers to an instance, write a LOCALINSTANCEPATH;
 //     a LOCALCLASSPATH.  //     otherwise write a LOCALCLASSPATH.
 // //
 //------------------------------------------------------------------------------ //------------------------------------------------------------------------------
  
Line 402 
Line 402 
     Array<Sint8>& out,     Array<Sint8>& out,
     const CIMReference& objectPath)     const CIMReference& objectPath)
 { {
     if (objectPath.getKeyBindings().size() > 0)      if (objectPath.isInstanceName())
     {     {
         appendLocalInstancePathElement(out, objectPath);         appendLocalInstancePathElement(out, objectPath);
     }     }
Line 416 
Line 416 
 // //
 // appendMethodCallHeader() // appendMethodCallHeader()
 // //
 //     Build HTTP request header.  //     Build HTTP method call request header.
 // //
 //------------------------------------------------------------------------------ //------------------------------------------------------------------------------
  
Line 1024 
Line 1024 
         tmp,         tmp,
         host,         host,
         methodName,         methodName,
         path.getNameSpace(),  // ATTN-RK-P3-20020301: Need more in header?          path.toString(false),
         authenticationHeader,         authenticationHeader,
         out.size());         out.size());
     tmp << out;     tmp << out;


Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2