summaryrefslogtreecommitdiff
path: root/AudioManagerUtilities/include/CAmCommandLineSingleton.h
diff options
context:
space:
mode:
Diffstat (limited to 'AudioManagerUtilities/include/CAmCommandLineSingleton.h')
-rw-r--r--AudioManagerUtilities/include/CAmCommandLineSingleton.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/AudioManagerUtilities/include/CAmCommandLineSingleton.h b/AudioManagerUtilities/include/CAmCommandLineSingleton.h
index 7f394ae..10d92d4 100644
--- a/AudioManagerUtilities/include/CAmCommandLineSingleton.h
+++ b/AudioManagerUtilities/include/CAmCommandLineSingleton.h
@@ -35,8 +35,13 @@ public:
const char delimiter = ' ',
const std::string& version = "none",
bool helpAndVersion = true);
+
static TCLAP::CmdLine* instance();
+
+ static void deleteInstance();
+
private:
+
CAmCommandLineSingleton();
virtual ~CAmCommandLineSingleton();
};