diff -r 997690c3397a -r 0b2439c3e397 btobexprofiles/obexsendservices/obexservicesendutils/inc/BTServiceStarter.h --- a/btobexprofiles/obexsendservices/obexservicesendutils/inc/BTServiceStarter.h Wed Jun 23 18:23:52 2010 +0300 +++ b/btobexprofiles/obexsendservices/obexservicesendutils/inc/BTServiceStarter.h Tue Jul 06 14:27:09 2010 +0300 @@ -24,6 +24,7 @@ #include "BTServiceAPI.h" #include "BTServiceUtils.h" #include "BTServiceParameterList.h" +#include "BTServiceDelayedDestroyer.h" #include #include @@ -392,7 +393,7 @@ * @param aReason Error value * @return None. */ - void ShowNote( TInt aReason ) const; + void ShowErrorNote( TInt aReason ) const; /** * Cancel progress note @@ -449,6 +450,8 @@ TBTServiceType iService; TInt iClientChannel; TBTServiceStarterState iState; + //todo verify the usage of below variable when file sending to mulitple devices or + //when files from different applications are sent simultaneously TBool iServiceStarted; TMsvId iMessageServerIndex; @@ -456,6 +459,8 @@ CActiveSchedulerWait* iWaiter; TBool iAllSend; TInt iBytesSendWithBIP; + //todo verify the usage of below variable as this part of legacy code + //and false condition will never be hit. TBool iProgressDialogActive; TBool iUserCancel; CBTEngSettings* iBTEngSettings; @@ -468,6 +473,8 @@ TBool iFeatureManagerInitialized; TBool iTriedBIP; TBool iTriedOPP; + CBTServiceDelayedDestroyer* iDelayedDestroyer; + TBool iLocalisationInit; }; #endif // BT_SERVICE_CONTROLLER_H