photosgallery/viewframework/uiutilities/inc/glxprogressindicator.h
branchRCL_3
changeset 17 a60acebbbd9d
parent 14 2dac0fdba72b
child 19 420f6808bf21
--- a/photosgallery/viewframework/uiutilities/inc/glxprogressindicator.h	Tue Apr 27 16:37:53 2010 +0300
+++ b/photosgallery/viewframework/uiutilities/inc/glxprogressindicator.h	Tue May 11 16:13:40 2010 +0300
@@ -38,7 +38,10 @@
     IMPORT_C static CGlxProgressIndicator* NewL(MDialogDismisedObserver&  aGlxGridViewNotifyObserver);
     ~CGlxProgressIndicator();
     static CGlxProgressIndicator* NewLC(MDialogDismisedObserver&  aGlxGridViewNotifyObserver);
-
+    /**
+     * dismiss progress dialog when it is needed
+     */
+    IMPORT_C void DismissProgressDialog();
 private:
     CGlxProgressIndicator(MDialogDismisedObserver&  aGlxGridViewNotifyObserver);
     void ConstructL();