summaryrefslogtreecommitdiff
path: root/AudioManagerUtilities/include/CAmCommandLineSingleton.h
diff options
context:
space:
mode:
authorGENIVI Audio Manager Maintainer <genivi-maint-audiomanager@smtp1.genivi.org>2018-07-12 17:11:02 +0200
committerGitHub <noreply@github.com>2018-07-12 17:11:02 +0200
commit4f261b37238d310cc74ca5b1d9ca244ec3c5b70e (patch)
treed0e8c492a9da884aa57f6464dc515605eba705e0 /AudioManagerUtilities/include/CAmCommandLineSingleton.h
parentf93c2b7d4840b181a6375da2bde0a3679278a6b6 (diff)
parent95c696f818b6840bcbefe6d376ff01fa02dfd772 (diff)
downloadaudiomanager-4f261b37238d310cc74ca5b1d9ca244ec3c5b70e.tar.gz
Merge pull request #35 from JensLorenz/issue_24_clean_up_whitespace
Issue #24 clean up whitespace
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 */