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:06:29 UTC

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

roshan      2004/05/07 01:06:29

  Modified:    c/include/axis/server WrapperClassHandler.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.9       +3 -1      ws-axis/c/include/axis/server/WrapperClassHandler.h
  
  Index: WrapperClassHandler.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/include/axis/server/WrapperClassHandler.h,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- WrapperClassHandler.h	30 Apr 2004 05:38:30 -0000	1.8
  +++ WrapperClassHandler.h	7 May 2004 08:06:29 -0000	1.9
  @@ -18,12 +18,14 @@
   #define __WRAPPERCLASSHANDLER_OF_AXIS_INCLUDED__
   
   #include <axis/server/BasicHandler.h>
  -/*
  +
  +/**
    * @class WrapperClassHandler
    * @brief
    * @author Susantha Kumara (skumara@virtusa.com)
    *
    */
  +
   class WrapperClassHandler : public HandlerBase 
   {
   public: