From b8ea21e8a49dba9166b85598ff6094f944f0efb3 Mon Sep 17 00:00:00 2001 From: Christian Linke Date: Tue, 28 Jul 2015 17:34:04 +0100 Subject: * make new serializer Calls public in order to use them Signed-off-by: Christian Linke --- AudioManagerUtilities/include/CAmSerializer.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AudioManagerUtilities/include/CAmSerializer.h b/AudioManagerUtilities/include/CAmSerializer.h index 40d4b6c..c91d02d 100644 --- a/AudioManagerUtilities/include/CAmSerializer.h +++ b/AudioManagerUtilities/include/CAmSerializer.h @@ -196,6 +196,7 @@ private: typedef CAmDelegate* CAmDelegagePtr; //!< pointer to a delegate +public: /** * instantiates a async delegate with given arguments and sends the delegate pointer over the pipe */ @@ -231,6 +232,7 @@ private: //Delete the pointer. delete pImp; } +private: /** * rings the line of the pipe and adds the delegate pointer to the queue -- cgit v1.2.1