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:27:30 UTC

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

roshan      2004/05/07 01:27:30

  Modified:    c/include/axis/server SoapHeader.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.8       +4 -3      ws-axis/c/include/axis/server/SoapHeader.h
  
  Index: SoapHeader.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/include/axis/server/SoapHeader.h,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- SoapHeader.h	30 Apr 2004 05:38:30 -0000	1.7
  +++ SoapHeader.h	7 May 2004 08:27:30 -0000	1.8
  @@ -21,7 +21,7 @@
   #include "SoapEnvVersions.h"
   #include "ISoapHeader.h"
   
  -/*
  +/**
    * @class SoapHeader
    * @brief    The Header element information item according to SOAP 
    *           1.2 specification
  @@ -63,9 +63,10 @@
       IHeaderBlock* getHeaderBlock(const AxisChar* pName, 
           const AxisChar* pNamespace);
       int setPrefix(const char* pcPrefix);
  -    /*
  +    /**
        * Removes the next HeaderBlock from the list and returns it. 
  -     * But will not delete it. @return The removed HeaderBlock of the list.
  +     * But will not delete it.
  +     * @return The removed HeaderBlock of the list.
        */
       IHeaderBlock* getHeaderBlock();
       int addNamespaceDecl(Attribute* pAttribute);