sipplugins/sippsystemstatemonitor/inc/sipdevicestateaware.h
branchRCL_3
changeset 9 1e1cc61f56c3
parent 0 307788aac0a8
--- a/sipplugins/sippsystemstatemonitor/inc/sipdevicestateaware.h	Fri Feb 19 23:10:33 2010 +0200
+++ b/sipplugins/sippsystemstatemonitor/inc/sipdevicestateaware.h	Fri Mar 12 15:44:11 2010 +0200
@@ -49,14 +49,6 @@
          * to stop themselves getting notified for system state changes 
 		 */
         void RemoveObserver( MSipSystemStateObserver& aObserver );
-        
-        /**
-         * In case if profile de-registration could not be completed by
-         * observers, TimerExpiredL will call this function to indicate 
-         * that event processing is complete and further notification will
-         * be given to the System State Manager. 
-         */
-		void EventProcessingCompleted();
 		
 		/**
 		 * In case if the profiles de-registration is completed within the 
@@ -75,6 +67,7 @@
         
         //Destructor
         ~CSipDeviceStateAware();
+        
     private:
         //Default Construtor
         CSipDeviceStateAware();
@@ -90,6 +83,15 @@
          * state of the phone changes
          */
         void NotifyObservers(CSipSystemStateMonitor::TSystemState aState) const;
+        
+        /**
+         * In case if profile de-registration could not be completed by
+         * observers, TimerExpiredL will call this function to indicate 
+         * that event processing is complete and further notification will
+         * be given to the System State Manager. 
+         */
+        void EventProcessingCompleted();
+        
     private:
         
         //List of observers who have opted for system state changes