roshan 2004/05/07 00:59:26
Modified: c/include/axis/server WSDDHandler.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.11 +3 -1 ws-axis/c/include/axis/server/WSDDHandler.h
Index: WSDDHandler.h
===================================================================
RCS file: /home/cvs/ws-axis/c/include/axis/server/WSDDHandler.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- WSDDHandler.h 30 Apr 2004 05:38:30 -0000 1.10
+++ WSDDHandler.h 7 May 2004 07:59:26 -0000 1.11
@@ -34,11 +34,13 @@
const AxisChar kw_scope_app[] = "application";
const AxisChar kw_scope_ses[] = "session";
const AxisChar kw_scope_req[] = "request";
-/*
+
+/**
* @class WSDDHandler
* @brief interface for the WSDDHandler class.
* @author Susantha Kumara (skumara@virtusa.com)
*/
+
class WSDDHandler
{
public:
|