javauis/lcdui_akn/javalcdui/inc/reflcdui.h
branchRCL_3
changeset 83 26b2b12093af
parent 77 7cee158cb8cd
--- a/javauis/lcdui_akn/javalcdui/inc/reflcdui.h	Wed Sep 15 12:05:25 2010 +0300
+++ b/javauis/lcdui_akn/javalcdui/inc/reflcdui.h	Wed Oct 13 14:23:59 2010 +0300
@@ -86,11 +86,11 @@
     virtual void MdcRemoveContent(MDirectContent* aContent) = 0;
 
     /**
-     * Adds MMAPI content bound to this container.
+     * Adds content bound to this container. Container will not allow painting in this region
      *
      * @param aRect Content bounds
      */
-    virtual void MdcAddMMAPIContentBounds(const TRect& aRect) = 0;
+    virtual void MdcAddContentBounds(const TRect& aRect) = 0;
 
     /**
      * Removes one content bound from this container.
@@ -98,7 +98,7 @@
      *
      * @param aRect Content bound to be removed.
      */
-    virtual void MdcRemoveMMAPIContentBounds(const TRect& aRect) = 0;
+    virtual void MdcRemoveContentBounds(const TRect& aRect) = 0;
 
     /**
      * Get a rect of a window (with respect to screen) on which content can be displayed.