summaryrefslogtreecommitdiffstats
path: root/reladminif/destroyable.hh
diff options
context:
space:
mode:
authorshaan <s.rauniyar@jacobs-university.de>2009-06-07 13:59:25 +0200
committerwww-data <www-data@ubuntu.localdomain>2010-06-08 15:48:23 +0200
commit0f84bdba90b79f334d6797a6e7b0359b4c062db7 (patch)
tree86aa7c2aaa5338f17597535802ab5059a7f5dbf3 /reladminif/destroyable.hh
parent8d81c2c085efd25197df14bdf1b2bd373e1c37d1 (diff)
downloadrasdaman-upstream-0f84bdba90b79f334d6797a6e7b0359b4c062db7.tar.gz
rasdaman-upstream-0f84bdba90b79f334d6797a6e7b0359b4c062db7.tar.xz
rasdaman-upstream-0f84bdba90b79f334d6797a6e7b0359b4c062db7.zip
Modules for reladminif
Diffstat (limited to 'reladminif/destroyable.hh')
-rw-r--r--reladminif/destroyable.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/reladminif/destroyable.hh b/reladminif/destroyable.hh
index 316cfeb..fb3f1e6 100644
--- a/reladminif/destroyable.hh
+++ b/reladminif/destroyable.hh
@@ -37,7 +37,9 @@ rasdaman GmbH.
This is an interface class. It is abstract. It supplies the signature that
is required to allow other interfaces to be defined without a virtual destructor.
*/
-
+/**
+ * \ingroup Reladminifs
+ */
class Destroyable
{
public: