harvester/common/src/propertywatcher.cpp
branchRCL_3
changeset 7 3cebc1a84278
parent 3 6752808b2036
child 19 b73252188534
equal deleted inserted replaced
6:646a02f170b9 7:3cebc1a84278
   187 CPropertyWatcher::~CPropertyWatcher()
   187 CPropertyWatcher::~CPropertyWatcher()
   188 	{
   188 	{
   189 	WRITELOG( "CPropertyWatcher::~CPropertyWatcher() - begin" ); 
   189 	WRITELOG( "CPropertyWatcher::~CPropertyWatcher() - begin" ); 
   190 	
   190 	
   191 	iListenersArray.ResetAndDestroy(); // Clean array and objects.
   191 	iListenersArray.ResetAndDestroy(); // Clean array and objects.
       
   192     iListenersArray.Close(); 
   192 	
   193 	
   193 	WRITELOG( "CPropertyWatcher::~CPropertyWatcher() - end" ); 
   194 	WRITELOG( "CPropertyWatcher::~CPropertyWatcher() - end" ); 
   194 	}
   195 	}
   195 
   196 
   196 // ---------------------------------------------------------------------------
   197 // ---------------------------------------------------------------------------