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:11:33 UTC

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

roshan      2004/05/07 01:11:33

  Modified:    c/include/axis/server TypeMapping.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       +3 -1      ws-axis/c/include/axis/server/TypeMapping.h
  
  Index: TypeMapping.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/include/axis/server/TypeMapping.h,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- TypeMapping.h	30 Apr 2004 05:38:30 -0000	1.7
  +++ TypeMapping.h	7 May 2004 08:11:33 -0000	1.8
  @@ -44,13 +44,15 @@
   #include <string>
   
   using namespace std;
  -/*
  +
  +/**
    *  @class TypeMapping
    *  @brief interface for the TypeMapping class.
    *
    *
    *  @author Susantha Kumara (skumara@virtusa.com)
    */
  +
   class TypeMapping  
   {
   public: