phonebookui/phonebookservices/inc/cntserviceproviderviewing.h
changeset 61 d30183af6ca6
parent 54 47627ab5d7a4
--- a/phonebookui/phonebookservices/inc/cntserviceproviderviewing.h	Wed Aug 11 09:06:35 2010 +0300
+++ b/phonebookui/phonebookservices/inc/cntserviceproviderviewing.h	Mon Aug 23 16:06:28 2010 +0300
@@ -62,10 +62,15 @@
 
 private: // from CntAbstractServiceProvider
     void CompleteServiceAndCloseApp(const QVariant& retValue);
+    void overrideReturnValue(const QVariant& retValue);
+    bool allowSubViewsExit();
 
 private:
     CntServices& mServices;
     int mCurrentRequestIndex;
+    bool mAllowExit;
+    
+    QVariant mOverriddenReturnValue;
 };
 
 #endif /* CNTSERVICEPROVIDERVIEW_H */