diff -r 91746b151f97 -r 997690c3397a btobexprofiles/obexreceiveservices/mtmuibluetooth/inc/btmtmui.h --- a/btobexprofiles/obexreceiveservices/mtmuibluetooth/inc/btmtmui.h Fri Jun 11 13:48:51 2010 +0300 +++ b/btobexprofiles/obexreceiveservices/mtmuibluetooth/inc/btmtmui.h Wed Jun 23 18:23:52 2010 +0300 @@ -25,8 +25,7 @@ #include #include #include - -#include +#include const TUint KBTSdpObjectPush = 0x1105; @@ -37,7 +36,8 @@ * CBtMtmUi * Bluetooth messaging UI Module. */ -class CBtMtmUi : public CBaseMtmUi, public MBTEngSdpResultReceiver +class CBtMtmUi : public CBaseMtmUi, public MBTEngSdpResultReceiver, + public MObexUtilsDialogObserver { public: // Constructors and destructor /** @@ -381,6 +381,11 @@ * was called; otherwise one of the system-wide error codes. */ void DeviceSearchComplete( CBTDevice* aDevice, TInt aErr ); + + /** + * Callback function from base class MObexUtilsDialogObserver. + */ + void DialogDismissed(TInt aButtonId); protected: @@ -440,7 +445,7 @@ CActiveSchedulerWait iWaiter; TInt iClientChannel; TInt iState; - + CObexUtilsDialog* iDialog; }; #endif // CBTMTMUI_H