javauis/lcdui_akn/javalcdui/inc/MMIDCustomComponentContainer.h
branchRCL_3
changeset 46 4376525cdefb
parent 19 04becd199f91
--- a/javauis/lcdui_akn/javalcdui/inc/MMIDCustomComponentContainer.h	Wed Jun 09 09:34:07 2010 +0300
+++ b/javauis/lcdui_akn/javalcdui/inc/MMIDCustomComponentContainer.h	Mon Jun 21 15:32:50 2010 +0300
@@ -26,6 +26,9 @@
 // FORWARD DECLARATIONS
 class MMIDCustomComponent;
 class CCoeControl;
+#ifdef RD_JAVA_S60_RELEASE_9_2
+class CMIDDisplayable;
+#endif // RD_JAVA_S60_RELEASE_9_2
 
 
 /**
@@ -117,6 +120,16 @@
      */
     virtual TBool IsFullScreen() const = 0;
 
+#ifdef RD_JAVA_S60_RELEASE_9_2
+    /**
+     * Gets the Displayable from container.
+     *
+     * @return The Displayable from container.
+     * @since S60 5.0
+     */
+    virtual CMIDDisplayable* GetDisplayable() const = 0;
+#endif // RD_JAVA_S60_RELEASE_9_2
+
 protected: // Destructor
 
     /**