summaryrefslogtreecommitdiff
path: root/AudioManagerUtilities/include/CAmCommonAPIWrapper.h
diff options
context:
space:
mode:
authorChristian.Linke <christian.linke@bmw.de>2015-12-15 05:42:04 -0800
committerChristian.Linke <christian.linke@bmw.de>2015-12-15 05:42:04 -0800
commit9455195e096ea5f9a82a358bf55b405029e13d2d (patch)
tree2ae4100f30d134cffcfd9118a154d43c1544b78d /AudioManagerUtilities/include/CAmCommonAPIWrapper.h
parent42d9413478b8a853aa7d52d3f54f608a932cf49a (diff)
downloadaudiomanager-9455195e096ea5f9a82a358bf55b405029e13d2d.tar.gz
deleting of instance explicit is needed
Diffstat (limited to 'AudioManagerUtilities/include/CAmCommonAPIWrapper.h')
-rw-r--r--AudioManagerUtilities/include/CAmCommonAPIWrapper.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/AudioManagerUtilities/include/CAmCommonAPIWrapper.h b/AudioManagerUtilities/include/CAmCommonAPIWrapper.h
index f2d701d..f9a6b01 100644
--- a/AudioManagerUtilities/include/CAmCommonAPIWrapper.h
+++ b/AudioManagerUtilities/include/CAmCommonAPIWrapper.h
@@ -113,6 +113,11 @@ public:
static CAmCommonAPIWrapper* getInstance();
/**
+ * \brief Deletes the instanciated object
+ */
+ static void deleteInstance();
+
+ /**
* \brief Creates a singleton instance attached to the provided socket handler object.
*
* This method should be called only once because it instantiates a single object.