summaryrefslogtreecommitdiffstats
path: root/clientcomm
diff options
context:
space:
mode:
authorroot <root@makokal-tower.(none)>2009-06-08 13:48:12 +0200
committerConstantin <jucovschi@gmail.com>2010-04-01 11:58:59 +0200
commitf8e4f8040ed048467cce6479f373b7bf7223f9f6 (patch)
treec642d73092a89918a395fec0c82554821b4fb246 /clientcomm
parentaa6f637b54e5fce2c5a78cb32201a4e1c8f89557 (diff)
downloadrasdaman-upstream-f8e4f8040ed048467cce6479f373b7bf7223f9f6.tar.gz
rasdaman-upstream-f8e4f8040ed048467cce6479f373b7bf7223f9f6.tar.xz
rasdaman-upstream-f8e4f8040ed048467cce6479f373b7bf7223f9f6.zip
converted applications,clientcomm,commline,compression,debug and include directories to modules.chnages made by billy
Diffstat (limited to 'clientcomm')
-rw-r--r--clientcomm/clientcomm.hh21
-rw-r--r--clientcomm/rpcclientcomm.hh26
2 files changed, 26 insertions, 21 deletions
diff --git a/clientcomm/clientcomm.hh b/clientcomm/clientcomm.hh
index 4d255d5..71f90fb 100644
--- a/clientcomm/clientcomm.hh
+++ b/clientcomm/clientcomm.hh
@@ -49,14 +49,19 @@ class r_Base_Type;
class r_Parse_Params;
-//@ManMemo: Module: {\bf clientcomm}
-
-/*@Doc:
-
-The class ClientComm represents {\bf one} connection between
-{\bf one} client entity (e.g. an object of class \Ref{r_Database}) and
-the server. Therefore, the host name has to be provided at
-the constructor.
+/**
+* @defgroup ClientComm ClientComm
+*
+* @file clientcomm.hh
+*
+* @ingroup ClientComm
+*/
+// @Doc
+
+/* The class ClientComm represents {\bf one} connection between
+ {\bf one} client entity (e.g. an object of class \Ref{r_Database}) and
+ the server. Therefore, the host name has to be provided at
+ the constructor.
*/
class ClientComm
diff --git a/clientcomm/rpcclientcomm.hh b/clientcomm/rpcclientcomm.hh
index d07fa68..b6da833 100644
--- a/clientcomm/rpcclientcomm.hh
+++ b/clientcomm/rpcclientcomm.hh
@@ -69,19 +69,19 @@ class r_Parse_Params;
RNP */
-//@ManMemo: Module: {\bf clientcomm}
-
-/*@Doc:
-
-The class ClientComm represents {\bf one} RPC connection between
-{\bf one} client entity (e.g. an object of class \Ref{r_Database}) and
-the server. Therefore, the host name has to be provided at
-the constructor.
-Basically, all methods of a Clientcomm object map directly
-to the corresponding RPC calls. All public clientcomm methods
-may throw exceptions of type {\tt r_Error_TransferFailed} if the
-communication breaks down during RPC execution.
-
+/**
+* @file rpcclientcomm.hh
+* @Doc:
+* The class ClientComm represents {\bf one} RPC connection between
+* {\bf one} client entity (e.g. an object of class \Ref{r_Database}) and
+* the server. Therefore, the host name has to be provided at
+* the constructor.
+* Basically, all methods of a Clientcomm object map directly
+* to the corresponding RPC calls. All public clientcomm methods
+* may throw exceptions of type {\tt r_Error_TransferFailed} if the
+* communication breaks down during RPC execution.
+*
+* @ingroup ClientComm
*/
class RpcClientComm : public ClientComm