summaryrefslogtreecommitdiffstats
path: root/skeleton-subsystem/SkeletonSubsystemObject.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Missing std prefix in skeleton pluginKevin Rocard2015-02-061-2/+4
| | | | | | | | | | | | 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>
* Add a example skeleton pluginKevin Rocard2014-02-271-0/+132
Change-Id: I16c4e9c90395648dc3d583687c97f4b72401be8b Signed-off-by: Kevin Rocard <kevinx.rocard@intel.com>