summaryrefslogtreecommitdiff
path: root/AudioManagerUtilities/include/CAmCommonAPIWrapper.h
diff options
context:
space:
mode:
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.