History log of /external/parameter-framework/skeleton-subsystem/SkeletonSubsystemObject.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
67c8584aa02c92135f84785fa446f2d0acab3224 06-Feb-2015 Kevin Rocard <kevin.rocard@intel.com> Missing std prefix in skeleton plugin

The skeleton plugin is not compiled when compiling
the root pfw project. As a result, when `using namespaces`
was removed from the pfw headers the skeleton plugin
was left unchecked and unfortunately broken.

Fix the missing `std::` by adding them where needed or
inserting a `using std::string`.

Signed-off-by: Kevin Rocard <kevin.rocard@intel.com>
/external/parameter-framework/skeleton-subsystem/SkeletonSubsystemObject.cpp
ad12cb6f1d4ac9f2c24171567f935693db211bd6 28-Jan-2013 Kevin Rocard <kevinx.rocard@intel.com> Add a example skeleton plugin

Change-Id: I16c4e9c90395648dc3d583687c97f4b72401be8b
Signed-off-by: Kevin Rocard <kevinx.rocard@intel.com>
/external/parameter-framework/skeleton-subsystem/SkeletonSubsystemObject.cpp