Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Missing std prefix in skeleton plugin | Kevin Rocard | 2015-02-06 | 1 | -1/+1 |
| | | | | | | | | | | | | 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 plugin | Kevin Rocard | 2014-02-27 | 1 | -0/+40 |
Change-Id: I16c4e9c90395648dc3d583687c97f4b72401be8b Signed-off-by: Kevin Rocard <kevinx.rocard@intel.com> |