summaryrefslogtreecommitdiffstats
path: root/rasmgr
diff options
context:
space:
mode:
authorConstantin <jucovschi@gmail.com>2010-06-14 10:10:30 +0200
committerwww-data <www-data@ubuntu.localdomain>2010-06-14 10:12:23 +0200
commit45325282eaf5e902962bd39d3c8b5aaf14a505d5 (patch)
treebfed657773fb9517443c6af79aeb7e7352a8d3e0 /rasmgr
parent3fb7f22ee45c78c349dd8f7c3e78be6d9c3cdee1 (diff)
downloadrasdaman-upstream-45325282eaf5e902962bd39d3c8b5aaf14a505d5.tar.gz
rasdaman-upstream-45325282eaf5e902962bd39d3c8b5aaf14a505d5.tar.xz
rasdaman-upstream-45325282eaf5e902962bd39d3c8b5aaf14a505d5.zip
solving compilation error introduced by patch: 4530d1219de64bf2651f069fbb47f6fe513c20e7
Diffstat (limited to 'rasmgr')
-rw-r--r--rasmgr/rasmgr_config.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/rasmgr/rasmgr_config.hh b/rasmgr/rasmgr_config.hh
index fdb453e..5b385a8 100644
--- a/rasmgr/rasmgr_config.hh
+++ b/rasmgr/rasmgr_config.hh
@@ -113,7 +113,10 @@ class Configuration
CommandLineParser &cmlInter;
CommandLineParameter &cmlHelp, &cmlHostName, &cmlPort, &cmlPollFrequ;
CommandLineParameter &cmlMaster, &cmlMasterPort, &cmlName, &cmlQuiet;
+
+ #ifdef RMANDEBUG
CommandLineParameter &cmlTest, &cmlDSup, &cmlRandTest, &cmlRth, &cmlMultiWT;
+ #endif
};
extern Configuration config;