--- a/voipplugins/sipconnectionprovider/ipvoicemailengine/inc/ipvmbxbase.h Mon Mar 15 12:39:55 2010 +0200
+++ b/voipplugins/sipconnectionprovider/ipvoicemailengine/inc/ipvmbxbase.h Wed Mar 31 21:20:05 2010 +0300
@@ -98,11 +98,6 @@
void DeleteEvent();
/**
- * Update status of voice mails.
- */
- static TInt ReSubscribe( TAny* aThis );
-
- /**
* Cancel resubscribe timer
*/
void Cancel();
@@ -185,17 +180,6 @@
CMceManager& iMceManager;
/**
- * Re SUBSCRIBE timer
- * Own.
- */
- CDeltaTimer* iReSubscribe;
-
- /**
- * Re SUBSCRIBE period
- */
- TTimeIntervalMicroSeconds iReSubscribePeriod;
-
- /**
* State of base class
*/
TIpVmbxBaseStates iState;
@@ -230,12 +214,6 @@
*/
CIpVmbxEngine& iVmbxEngine;
- /**
- * Re subscribe callback
- */
- TDeltaTimerEntry iUpdateEvent;
-
-
EUNIT_IMPLEMENTATION
};