summaryrefslogtreecommitdiff
path: root/AudioManagerUtilities
diff options
context:
space:
mode:
authorChristian Linke <Christian.Linke@bmw.de>2016-07-29 06:11:11 -0700
committerChristian Linke <Christian.Linke@bmw.de>2016-07-29 06:13:45 -0700
commitcd57dcef3c36812bb8981871df60d83b3ba51d44 (patch)
tree5d272a1747c39d665bf5987509102780494cb6a5 /AudioManagerUtilities
parent791557b6f7c3efe78aafa20318ef7b90cfdb6e6d (diff)
downloadaudiomanager-cd57dcef3c36812bb8981871df60d83b3ba51d44.tar.gz
Changed error to warning in database if data is received
Signed-off-by: Christian Linke <Christian.Linke@bmw.de>
Diffstat (limited to 'AudioManagerUtilities')
-rw-r--r--AudioManagerUtilities/include/CAmSerializer.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/AudioManagerUtilities/include/CAmSerializer.h b/AudioManagerUtilities/include/CAmSerializer.h
index cf0d634..40f2f07 100644
--- a/AudioManagerUtilities/include/CAmSerializer.h
+++ b/AudioManagerUtilities/include/CAmSerializer.h
@@ -259,6 +259,14 @@ private:
public:
/**
+ * get the size of delegate pointers
+ */
+ int getListDelegatePoiters()
+ {
+ return mListDelegatePoiters.size();
+ }
+
+ /**
* calls a function with variadic arguments threadsafe
* @param instance the instance of the class that shall be called
* @param function the function that shall be called as member function pointer.