summaryrefslogtreecommitdiff
path: root/include/shared/CAmSerializer.h
diff options
context:
space:
mode:
authorchristian mueller <christian.ei.mueller@bmw.de>2012-03-13 15:43:11 +0100
committerchristian mueller <christian.ei.mueller@bmw.de>2012-03-13 15:43:11 +0100
commitbcb06c7739c7a8c021a357a36fdee943f216fd28 (patch)
tree01aec11ccd4461138c40f56cfec08e3c01459853 /include/shared/CAmSerializer.h
parente5fd2a82a9950150d294830ddcacffba11bc1d6f (diff)
downloadaudiomanager-bcb06c7739c7a8c021a357a36fdee943f216fd28.tar.gz
* enhanced documentation
Diffstat (limited to 'include/shared/CAmSerializer.h')
-rw-r--r--include/shared/CAmSerializer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/shared/CAmSerializer.h b/include/shared/CAmSerializer.h
index ef6484f..a88c0ad 100644
--- a/include/shared/CAmSerializer.h
+++ b/include/shared/CAmSerializer.h
@@ -39,10 +39,11 @@ namespace am
* The constructor must be called within the main threadcontext, after that using the
* overloaded template function call will serialize all calls and call them within the
* main thread context.\n
+ * More details can be found here: \ref util
* \warning asynchronous calls may be used in the mainthread context, but if you want to use synchronous calls make sure that you use one
* instance of this class per thread otherwise you could be lost in never returning calls.\n
* Examples of the usage can be found in IAmCommandReceiverShadow of the ControlPlugin or IAmRoutingReceiverShadow of the
- * PluginRoutingInterfaceAsync
+ * PluginRoutingInterfaceAsync.
*
*/
class CAmSerializer