classicui_pub/application_framework_api/inc/AknViewAppUi.h
branchRCL_3
changeset 64 85902f042028
parent 0 2f259fa3e83a
child 72 a5e7a4f63858
--- a/classicui_pub/application_framework_api/inc/AknViewAppUi.h	Tue Sep 14 21:48:24 2010 +0300
+++ b/classicui_pub/application_framework_api/inc/AknViewAppUi.h	Wed Sep 15 12:29:17 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -228,7 +228,10 @@
     * Enables/disables local screen clearer.
     * Local screen clearer is used in the view based applications
     * to clear the application window if/when the view itself fails
-    * to do this. By default, the clearer is used.
+    * to do this. By default, the clearer is used except when launching
+    * the application as embedded. If the clearer needs to be used
+    * in an application that is launched as embedded, then this
+    * function must be explicitly called.
     * This function must be called before the BaseConstructL() to
     * prevent the screen clearer on application start up.
     *