idlehomescreen/xmluicontroller/inc/contentpublisher.h
branchRCL_3
changeset 9 f966699dea19
parent 1 5315654608de
--- a/idlehomescreen/xmluicontroller/inc/contentpublisher.h	Tue Feb 02 00:04:13 2010 +0200
+++ b/idlehomescreen/xmluicontroller/inc/contentpublisher.h	Fri Feb 19 22:42:37 2010 +0200
@@ -34,13 +34,10 @@
 class CLiwGenericParamList;
 class CLiwServiceHandler;
 class MLiwInterface;
-class CAknGlobalConfirmationQuery;
 
 namespace AiXmlUiController
 {
 class CXmlUiController;
-class CGlobalQueryHandler;
-
 
 /**
  *  @ingroup group_xmluicontroller
@@ -113,14 +110,6 @@
         void RegisterListenerL();
         void UnRegisterListenerL();
         
-        /**
-         * Displayes global query for 'go online' or 'go offline' confirmations
-         * @param aResourceId resource id for the text string
-         * @param aSetOnline if ETrue then set widgets online if confirmation accepted,
-         *     if EFalse then set widgets offline if confirmation accepted 
-         */
-        void ShowGlobalQueryL( TInt aResourceId, TBool aSetOnline );
-        
     private:
 		MLiwInterface* iCpsInterface;
 		CLiwServiceHandler* iServiceHandler;
@@ -129,10 +118,6 @@
 	     * Reference to XML ui controller.
 	     */
 	    CXmlUiController& iUiController;
-	    
-	    CGlobalQueryHandler* iGlobalQueryHandler;
-	    CAknGlobalConfirmationQuery* iGlobalConfirmationQuery;
-	    
     };
 
 }// namespace AiXmlUiController