roshan      2003/06/26 21:31:40

  Modified:    c/src/soap SoapEnvelope.h SoapEnvelope.cpp
  Log:
  committing c++ code base
  
  Revision  Changes    Path
  1.2       +1 -1      xml-axis/c/src/soap/SoapEnvelope.h
  
  Index: SoapEnvelope.h
  ===================================================================
  RCS file: /home/cvs/xml-axis/c/src/soap/SoapEnvelope.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SoapEnvelope.h    25 Jun 2003 08:14:10 -0000      1.1
  +++ SoapEnvelope.h    27 Jun 2003 04:31:39 -0000      1.2
  @@ -57,7 +57,7 @@
    *
    *
    *
  - * @author Roshan
  + * @author Roshan Weerasuriya ([EMAIL PROTECTED])
    *
    */
   
  
  
  
  1.2       +8 -1      xml-axis/c/src/soap/SoapEnvelope.cpp
  
  Index: SoapEnvelope.cpp
  ===================================================================
  RCS file: /home/cvs/xml-axis/c/src/soap/SoapEnvelope.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SoapEnvelope.cpp  25 Jun 2003 08:14:10 -0000      1.1
  +++ SoapEnvelope.cpp  27 Jun 2003 04:31:40 -0000      1.2
  @@ -57,7 +57,7 @@
    *
    *
    *
  - * @author Roshan
  + * @author Roshan Weerasuriya ([EMAIL PROTECTED])
    *
    */
   
  @@ -279,6 +279,13 @@
        return strNamespaceDeclSerialized;
   }*/
   
  +/*
  + * This method is needed in the situation where we create and fill a 
  + * SoapEnvelope object when deserializing a incoming soap request.
  + * But this method is not needed in serializing a soap request, because
  + * the version specific prefix is taken from the SoapEnvVersions.h at 
  + * that time.
  + */
   int SoapEnvelope::setPrefix(const string &prefix)
   {
        m_sPrefix= prefix;
  
  
  

Reply via email to