Change HomeScreen API function renderSurfaceToAreaAllowed to renderAppToAreaAllowed.
[staging/HomeScreen.git] / SampleHomeScreenInterfaceApp / src / sampleclass.hpp
index 3e80117..44a88a2 100644 (file)
@@ -14,7 +14,7 @@ public:
     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: