uiacceltk/hitchcock/coretoolkit/src/HuiFxLayer.cpp
branchRCL_3
changeset 20 31fccae4f8a7
parent 19 e5af45d51884
--- a/uiacceltk/hitchcock/coretoolkit/src/HuiFxLayer.cpp	Tue Aug 31 16:07:35 2010 +0300
+++ b/uiacceltk/hitchcock/coretoolkit/src/HuiFxLayer.cpp	Wed Sep 01 12:16:53 2010 +0100
@@ -63,6 +63,12 @@
     return ETrue;
     }
 
+EXPORT_C void CHuiFxLayer::ReleaseAllCachedRenderTargets(CHuiFxEngine& /*aEngine*/)
+    {
+    // Nothing to do
+    }
+
+
 EXPORT_C TBool CHuiFxLayer::VisualArea( TRect& /*aRect*/ )
     {
     // No area in base class
@@ -174,6 +180,11 @@
     }
 
 
+void CHuiFxLayer::SetVisualContentState(TBool /*aChanged*/, TBool /*aOpaque*/)
+    {
+    /* empty in baseclass */
+    }
+
 TBool CHuiFxLayer::IsMarginEnabled() const
     {
     return iMarginEnabled;