summaryrefslogtreecommitdiffstats
path: root/relblobif/dbtile.hh
diff options
context:
space:
mode:
authorshaan <s.rauniyar@jacobs-university.de>2009-06-07 14:11:10 +0200
committerwww-data <www-data@ubuntu.localdomain>2010-06-08 15:48:23 +0200
commit8d81c2c085efd25197df14bdf1b2bd373e1c37d1 (patch)
tree2b0902863cabfdd4c9f82bc72e5607ca4bbda454 /relblobif/dbtile.hh
parentc07a5c4031ec83d0e8c17ff6ee5ca3b0cb8df95e (diff)
downloadrasdaman-upstream-8d81c2c085efd25197df14bdf1b2bd373e1c37d1.tar.gz
rasdaman-upstream-8d81c2c085efd25197df14bdf1b2bd373e1c37d1.tar.xz
rasdaman-upstream-8d81c2c085efd25197df14bdf1b2bd373e1c37d1.zip
Modules for relblobif
Diffstat (limited to 'relblobif/dbtile.hh')
-rw-r--r--relblobif/dbtile.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/relblobif/dbtile.hh b/relblobif/dbtile.hh
index d95d86b..24b5ced 100644
--- a/relblobif/dbtile.hh
+++ b/relblobif/dbtile.hh
@@ -48,7 +48,9 @@ class r_Error;
This class is used in tilemgr as an interface to the persistent tiles. There are subclasses of dbtile which store themselves differently. This class can also be used to get rid of tilemgr/TransTile. When no persistent tile is needed then a dbtile and not a blobtile/inlinetile can be used.
*/
-
+/**
+ * \ingroup Relblobifs
+ */
class DBTile : public DBObject
{
public: