summaryrefslogtreecommitdiff
path: root/src/CommonAPI/Event.h
diff options
context:
space:
mode:
authorPatrick Sattler <sattler@itestra.de>2014-02-07 11:02:27 +0100
committerStefan Laner <laner@itestra.de>2014-03-03 11:27:37 +0100
commit5f5561161b1175fef41a2f2ae2a3d898d95ce1f6 (patch)
treef40557a779ae604285bd6ca6c218f6b91802976d /src/CommonAPI/Event.h
parent42dab1dc21736a2a5b30cbdb48dc362632eb3de1 (diff)
downloadgenivi-common-api-runtime-5f5561161b1175fef41a2f2ae2a3d898d95ce1f6.tar.gz
All public inline functions arn't anymore inline
- methods with templates excluded Change-Id: I9e2abd0b1015781a4d27c9070fcabb18786dbb88
Diffstat (limited to 'src/CommonAPI/Event.h')
-rw-r--r--src/CommonAPI/Event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CommonAPI/Event.h b/src/CommonAPI/Event.h
index 9cac1dc..3d059b2 100644
--- a/src/CommonAPI/Event.h
+++ b/src/CommonAPI/Event.h
@@ -53,7 +53,7 @@ public:
* @param listener A listener to be added
* @return A token identifying this subscription
*/
- virtual inline Subscription subscribe(Listener listener);
+ virtual Subscription subscribe(Listener listener);
/**
* \brief Subscribe a cancellable listener to this event