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

Diff for /pegasus/src/Pegasus/Common/XmlWriter.h between version 1.17 and 1.21.2.1

version 1.17, 2001/06/16 23:10:05 version 1.21.2.1, 2001/07/18 22:23:46
Line 1 
Line 1 
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
 // //
 // Copyright (c) 2000, 2001 The Open group, BMC Software, Tivoli Systems, IBM  // Copyright (c) 2000, 2001 BMC Software, Hewlett-Packard Company, IBM,
   // The Open Group, Tivoli Systems
 // //
 // Permission is hereby granted, free of charge, to any person obtaining a copy // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to // of this software and associated documentation files (the "Software"), to
Line 23 
Line 24 
 // Author: Mike Brasher (mbrasher@bmc.com) // Author: Mike Brasher (mbrasher@bmc.com)
 // //
 // Modified By: // Modified By:
   //         Nitin Upasani, Hewlett-Packard Company (Nitin_Upasani@hp.com)
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 119 
Line 121 
         const Array<Sint8>& body);         const Array<Sint8>& body);
  
     static Array<Sint8> formatErrorElement(     static Array<Sint8> formatErrorElement(
         CIMException::Code code,          CIMStatusCode code,
         const char* description);         const char* description);
  
     static Array<Sint8>& appendBooleanParameter(     static Array<Sint8>& appendBooleanParameter(
Line 127 
Line 129 
         const char* parameterName,         const char* parameterName,
         Boolean flag);         Boolean flag);
  
       static Array<Sint8>& appendStringParameter(
           Array<Sint8>& out,
           const char* parameterName,
           const String& str);
   
     static Array<Sint8>& appendClassNameParameter(     static Array<Sint8>& appendClassNameParameter(
         Array<Sint8>& out,         Array<Sint8>& out,
         const char* parameterName,         const char* parameterName,
Line 169 
Line 176 
         Array<Sint8>& out,         Array<Sint8>& out,
         const String& propertyName);         const String& propertyName);
  
       static Array<Sint8>& appendObjectNameParameter(
           Array<Sint8>& out,
           const char* name,
           const CIMReference& objectName);
   
     static void indentedPrint(     static void indentedPrint(
         PEGASUS_STD(ostream)& os,         PEGASUS_STD(ostream)& os,
         const char* text,         const char* text,
Line 187 
Line 199 
  
     static String getNextMessageId();     static String getNextMessageId();
  
       static Array<Sint8> formatSimpleIndicationReqMessage(
           const char* host,
           const String& nameSpace,
           const char* iMethodName,
           const Array<Sint8>& body);
   
       static Array<Sint8> formatEMethodCallElement(
           const char* name,
           const String& nameSpace,
           const Array<Sint8>& iParamValues);
   
       static Array<Sint8> formatMPostIndicationHeader(
           const char* host,
           const char* cimOperation,
           const char* cimMethod,
           const String& cimObject,
           const Array<Sint8>& content);
   
       static Array<Sint8> formatSimpleExportReqElement(
           const Array<Sint8>& body);
   
 private: private:
  
     XmlWriter() { }     XmlWriter() { }


Legend:
Removed from v.1.17  
changed lines
  Added in v.1.21.2.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2