clock2/clockui/plugins/clockindicatorpaneplugin/src/clockindicatorpluginlistener.cpp
branchRCL_3
changeset 27 55d60436f00b
parent 0 f979ecb2b13e
child 67 1539a383d7b6
equal deleted inserted replaced
21:9711e452b5e9 27:55d60436f00b
    65 // rest of the details are commented in the header
    65 // rest of the details are commented in the header
    66 // ---------------------------------------------------------
    66 // ---------------------------------------------------------
    67 //
    67 //
    68 CClockIndicatorPluginListener::~CClockIndicatorPluginListener()
    68 CClockIndicatorPluginListener::~CClockIndicatorPluginListener()
    69 	{
    69 	{
    70 	if( IsActive() )
    70 	Cancel();
    71 		{
       
    72 		Cancel();
       
    73 		}
       
    74 	}
    71 	}
    75 
    72 
    76 // ---------------------------------------------------------
    73 // ---------------------------------------------------------
    77 // CClockIndicatorPluginListener::RunL
    74 // CClockIndicatorPluginListener::RunL
    78 // rest of the details are commented in the header
    75 // rest of the details are commented in the header
    95 // rest of the details are commented in the header
    92 // rest of the details are commented in the header
    96 // ---------------------------------------------------------
    93 // ---------------------------------------------------------
    97 //
    94 //
    98 void CClockIndicatorPluginListener::DoCancel()
    95 void CClockIndicatorPluginListener::DoCancel()
    99 	{
    96 	{
   100 	// No implementation yet.
    97     iPanePlugin->NotifyChangeCancel();
   101 	}
    98 	}
   102 
    99 
   103 // ---------------------------------------------------------
   100 // ---------------------------------------------------------
   104 // CClockIndicatorPluginListener::NotifyChange
   101 // CClockIndicatorPluginListener::NotifyChange
   105 // rest of the details are commented in the header
   102 // rest of the details are commented in the header
   131 void CClockIndicatorPluginListener::NotifyChangeCancel()
   128 void CClockIndicatorPluginListener::NotifyChangeCancel()
   132 	{
   129 	{
   133 	// First cancel all requests
   130 	// First cancel all requests
   134 	Cancel();
   131 	Cancel();
   135 	
   132 	
   136 	iPanePlugin->NotifyChangeCancel();
   133 	//iPanePlugin->NotifyChangeCancel();
   137 	}
   134 	}
   138 	
   135 	
   139 // End of file
   136 // End of file