summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChristian Linke <christian.linke@bmw.de>2013-06-03 09:34:50 +0200
committerChristian Linke <christian.linke@bmw.de>2013-06-03 09:36:34 +0200
commit21e04b3d001981a5150913480171638157f4f49a (patch)
tree2445f2738f632fde85de7c1aef6ee5e943755c0e /include
parent09ae1f20a35cd76f73222d8a2674d8884a5e8747 (diff)
downloadaudiomanager-21e04b3d001981a5150913480171638157f4f49a.tar.gz
* fixed bug 59 & Bug 63. Removes superfluss comments in DBusWrapper, removes non existing static in Sockethandler
Signed-off-by: Christian Linke <christian.linke@bmw.de>
Diffstat (limited to 'include')
-rw-r--r--include/shared/CAmSocketHandler.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/shared/CAmSocketHandler.h b/include/shared/CAmSocketHandler.h
index 1c3383d..272958a 100644
--- a/include/shared/CAmSocketHandler.h
+++ b/include/shared/CAmSocketHandler.h
@@ -159,7 +159,6 @@ public:
void start_listenting();
void stop_listening();
void exit_mainloop();
- static void static_exit_mainloop();
void receiverCallback(const pollfd pollfd, const sh_pollHandle_t handle, void* userData)
{
(void) pollfd;