summaryrefslogtreecommitdiff
path: root/src/CommonAPI/Runtime.cpp
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/Runtime.cpp
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/Runtime.cpp')
-rw-r--r--src/CommonAPI/Runtime.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CommonAPI/Runtime.cpp b/src/CommonAPI/Runtime.cpp
index 9b3a919..01b9d47 100644
--- a/src/CommonAPI/Runtime.cpp
+++ b/src/CommonAPI/Runtime.cpp
@@ -31,7 +31,7 @@ static const char COMMONAPI_LIB_PREFIX[] = "libCommonAPI-";
static const char MIDDLEWARE_INFO_SYMBOL_NAME[] = "middlewareInfo";
#ifndef WIN32
-inline bool Runtime::tryLoadLibrary(const std::string& libraryPath,
+bool Runtime::tryLoadLibrary(const std::string& libraryPath,
void** sharedLibraryHandle,
MiddlewareInfo** foundMiddlewareInfo) {