You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ro...@apache.org on 2004/05/07 10:16:54 UTC

cvs commit: ws-axis/c/include/axis/server SoapSerializer.h

roshan      2004/05/07 01:16:54

  Modified:    c/include/axis/server SoapSerializer.h
  Log:
  Reenter the doxygen format commenting to support auto generated documents. (This commenting format has been removed in the application of coding conventions).
  
  Revision  Changes    Path
  1.14      +5 -3      ws-axis/c/include/axis/server/SoapSerializer.h
  
  Index: SoapSerializer.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/include/axis/server/SoapSerializer.h,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- SoapSerializer.h	30 Apr 2004 05:38:30 -0000	1.13
  +++ SoapSerializer.h	7 May 2004 08:16:54 -0000	1.14
  @@ -33,7 +33,8 @@
   
   #include <map>
   using namespace std;
  -/*
  +
  +/**
    *  @class SoapSerializer
    *  @brief interface for the SoapSerializer class.
    *
  @@ -42,6 +43,7 @@
    *  @author Roshan Weerasuriya (roshan@jkcs.slt.lk, roshan@opensource.lk)
    *  @author Susantha Kumara (susantha@opensource.lk, skumara@virtusa.com)
    */
  +
   class SoapSerializer : public IHandlerSoapSerializer
   {
       typedef struct
  @@ -87,13 +89,13 @@
   
   /*    IWrapperSoapSerializer& operator<<(const char* cSerialized); */
       IWrapperSoapSerializer& operator<<(const AxisChar* cSerialized);
  -    /*
  +    /**
        * Returns the corrosponding namespace prefix.
        * @param pNamespace The namespace.
        * @return The corrosponding prefix.
        */
       const AxisChar* AXISCALL getNamespacePrefix(const AxisChar* pNamespace);
  -    /*
  +    /**
        * Returns the corrosponding namespace prefix. This method is 
        * called when the caller also wants to know whether this is a new 
        * namespace or not as appose to its overloaded other member.