X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=SampleHomeScreenInterfaceApp%2Fsrc%2Fsampleclass.hpp;h=fd00afef20b488ff27c53fe43c81dc48ebc10322;hb=5eee2e3e4b208ab8287e3fc2625d2055e67473fa;hp=3e801173ac680f7862a69e1874e9b03a8c0c10fc;hpb=337319e30026b0bae453dc7363f27469fa2ab526;p=staging%2FHomeScreen.git diff --git a/SampleHomeScreenInterfaceApp/src/sampleclass.hpp b/SampleHomeScreenInterfaceApp/src/sampleclass.hpp index 3e80117..fd00afe 100644 --- a/SampleHomeScreenInterfaceApp/src/sampleclass.hpp +++ b/SampleHomeScreenInterfaceApp/src/sampleclass.hpp @@ -2,7 +2,7 @@ #define SAMPLECLASS_HPP #include "libhomescreen.hpp" -#include +#include class SampleClass { @@ -10,11 +10,11 @@ public: SampleClass(); ~SampleClass(); - std::list getAllSurfacesOfProcess(int pid); + std::vector getAllSurfacesOfProcess(int pid); int getSurfaceStatus(int surfaceId); void hardKeyPressed(int key); void renderSurfaceToArea(int surfaceId, int layoutArea); - bool renderSurfaceToAreaAllowed(int surfaceId, int layoutArea); + bool renderAppToAreaAllowed(int appCategory, int layoutArea); void requestSurfaceIdToFullScreen(int surfaceId); private: