summaryrefslogtreecommitdiffstats
path: root/applications/rview/rviewApp.hh
diff options
context:
space:
mode:
authorroot <root@makokal-tower.(none)>2009-05-20 13:23:41 +0200
committerConstantin <jucovschi@gmail.com>2010-04-01 11:58:57 +0200
commitaa6f637b54e5fce2c5a78cb32201a4e1c8f89557 (patch)
tree79b68eac3551bbfc3b737006b47771ed9c47b7c3 /applications/rview/rviewApp.hh
parent717727ce3d99142b7197730a45e4640191d99c84 (diff)
downloadrasdaman-upstream-aa6f637b54e5fce2c5a78cb32201a4e1c8f89557.tar.gz
rasdaman-upstream-aa6f637b54e5fce2c5a78cb32201a4e1c8f89557.tar.xz
rasdaman-upstream-aa6f637b54e5fce2c5a78cb32201a4e1c8f89557.zip
checked documemnation on these .hh files, all files are ok
Diffstat (limited to 'applications/rview/rviewApp.hh')
-rw-r--r--applications/rview/rviewApp.hh14
1 files changed, 0 insertions, 14 deletions
diff --git a/applications/rview/rviewApp.hh b/applications/rview/rviewApp.hh
index c427cfa..9970b77 100644
--- a/applications/rview/rviewApp.hh
+++ b/applications/rview/rviewApp.hh
@@ -32,33 +32,21 @@ rasdaman GmbH.
* none
*/
-
-
#ifndef _RVIEW_APP_H_
#define _RVIEW_APP_H_
-
#ifdef __GNUG__
#pragma interface
#endif
-
-
-
-
// RasDaMan includes
#include "rasodmg/ref.hh"
#include "rasodmg/marray.hh"
-
-
#include "rviewUtils.hh"
#include "rviewDb.hh"
#include "rviewDModes.hh"
-
-
-
/*
* A generic RasDaMan client app using wxWindows.
*/
@@ -93,7 +81,6 @@ class rmanClientApp : public wxApp
// use this call to contact the application instance
static rmanClientApp *theApp(void);
-
protected:
rviewDatabase database;
@@ -102,7 +89,6 @@ class rmanClientApp : public wxApp
char prefsFileLeafname[STRINGSIZE];
char homeDir[STRINGSIZE];
-
private:
static rmanClientApp *theclientapp;