From fdcc4ab30275c7be66f7e83d1f08e2cf788fde9b Mon Sep 17 00:00:00 2001 From: Mikko Ylinen Date: Fri, 30 Nov 2012 23:52:17 +0200 Subject: [PATCH] Add a thread ID for Vehicle Web API plugin --- packaging/wrt-plugins-common.spec | 2 +- src/Commons/ThreadPool.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/packaging/wrt-plugins-common.spec b/packaging/wrt-plugins-common.spec index f5297c7..8d860a1 100644 --- a/packaging/wrt-plugins-common.spec +++ b/packaging/wrt-plugins-common.spec @@ -1,7 +1,7 @@ #sbs-git:slp/pkgs/w/wrt-plugins-common wrt-plugins-common 0.3.54 Name: wrt-plugins-common Summary: wrt-plugins common library -Version: 0.3.54 +Version: 0.3.55 Release: 1 Group: Development/Libraries License: Apache License, Version 2.0 diff --git a/src/Commons/ThreadPool.h b/src/Commons/ThreadPool.h index 86fb475..12a8e0f 100755 --- a/src/Commons/ThreadPool.h +++ b/src/Commons/ThreadPool.h @@ -74,6 +74,7 @@ class ThreadEnum MEDIACONTENT_THREAD, SE_THREAD, DOWNLOAD_THREAD, + VEHICLE_THREAD, //.... size }; -- 2.7.4