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.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/AudioManagerUtilities/include/CAmCommandLineSingleton.h b/AudioManagerUtilities/include/CAmCommandLineSingleton.h
index 10d92d4..4a1f081 100644
--- a/AudioManagerUtilities/include/CAmCommandLineSingleton.h
+++ b/AudioManagerUtilities/include/CAmCommandLineSingleton.h
@@ -21,7 +21,6 @@
*
*/
-
#ifndef AUDIOMANAGERUTILITIES_INCLUDE_CAMCOMMANDLINESINGLETON_H_
#define AUDIOMANAGERUTILITIES_INCLUDE_CAMCOMMANDLINESINGLETON_H_
@@ -29,21 +28,22 @@
namespace am {
-class CAmCommandLineSingleton {
+class CAmCommandLineSingleton
+{
public:
- static TCLAP::CmdLine* instanciateOnce(const std::string& message,
- const char delimiter = ' ',
- const std::string& version = "none",
- bool helpAndVersion = true);
-
- static TCLAP::CmdLine* instance();
-
- static void deleteInstance();
-
+ static TCLAP::CmdLine *instanciateOnce(const std::string &message,
+ const char delimiter = ' ',
+ const std::string &version = "none",
+ bool helpAndVersion = true);
+
+ static TCLAP::CmdLine *instance();
+
+ static void deleteInstance();
+
private:
- CAmCommandLineSingleton();
- virtual ~CAmCommandLineSingleton();
+ CAmCommandLineSingleton();
+ virtual ~CAmCommandLineSingleton();
};
} /* namespace am */