summaryrefslogtreecommitdiffstats
path: root/rasmgr/rasmgr_master.hh
diff options
context:
space:
mode:
authorshaan <s.rauniyar@jacobs-university.de>2009-07-02 18:22:53 +0200
committercostea <costea@ubuntu.ubuntu-domain>2010-06-08 15:45:22 +0200
commit0581040e01561f7ae417dc24fe3b87b989297585 (patch)
tree4716e9877b8d8a08d54b019bd2cf557a90d1a8f2 /rasmgr/rasmgr_master.hh
parent717912006114501254564d1d3a5ca391cecb38b0 (diff)
downloadrasdaman-upstream-0581040e01561f7ae417dc24fe3b87b989297585.tar.gz
rasdaman-upstream-0581040e01561f7ae417dc24fe3b87b989297585.tar.xz
rasdaman-upstream-0581040e01561f7ae417dc24fe3b87b989297585.zip
Module for rasmgr
Diffstat (limited to 'rasmgr/rasmgr_master.hh')
-rw-r--r--rasmgr/rasmgr_master.hh13
1 files changed, 11 insertions, 2 deletions
diff --git a/rasmgr/rasmgr_master.hh b/rasmgr/rasmgr_master.hh
index d7b639e..239c924 100644
--- a/rasmgr/rasmgr_master.hh
+++ b/rasmgr/rasmgr_master.hh
@@ -41,6 +41,9 @@ rasdaman GmbH.
#include <deque>
#include<string>
+/**
+ * \ingroup Rasmgrs
+ */
class ClientID
{
public:
@@ -58,7 +61,10 @@ class ClientID
friend std::ostream& operator<<(std::ostream&, const ClientID&);
};
-
+
+/**
+ * \ingroup Rasmgrs
+ */
class ClientQueue
{
public:
@@ -95,7 +101,10 @@ class ClientQueue
std::deque<ClientEntry> clients;
};
-
+
+/**
+ * \ingroup Rasmgrs
+ */
class MasterComm:public NbServerComm
{
public: