summaryrefslogtreecommitdiff
path: root/include/shared/CAmSocketHandler.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/CAmSocketHandler.h
parente5fd2a82a9950150d294830ddcacffba11bc1d6f (diff)
downloadaudiomanager-bcb06c7739c7a8c021a357a36fdee943f216fd28.tar.gz
* enhanced documentation
Diffstat (limited to 'include/shared/CAmSocketHandler.h')
-rw-r--r--include/shared/CAmSocketHandler.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/shared/CAmSocketHandler.h b/include/shared/CAmSocketHandler.h
index ba54b00..9c3b6e7 100644
--- a/include/shared/CAmSocketHandler.h
+++ b/include/shared/CAmSocketHandler.h
@@ -43,8 +43,9 @@ class IAmShPollDispatch;
class IAmShTimerCallBack;
/**
- * The sockethandler implements a mainloop for the audiomanager. Plugins and different parts of the audiomanager add their filedescriptors to the handler to get called
- * on communication of the filedescriptors.
+ * The am::CAmSocketHandler implements a mainloop for the AudioManager. Plugins and different parts of the AudioManager add their filedescriptors to the handler
+ * to get called on communication of the filedescriptors.\n
+ * More information can be found here : \ref mainl
*/
class CAmSocketHandler
{