phonebookengines/contactsmodel/cntsrv/src/CCntStateMachine.cpp
branchRCL_3
changeset 13 a6539d1e8e43
parent 6 e8e3147d53eb
equal deleted inserted replaced
12:4ae315f230bc 13:a6539d1e8e43
   971  is a long running operation and is done in steps allowing other active objects
   971  is a long running operation and is done in steps allowing other active objects
   972  processor time between each opening step.
   972  processor time between each opening step.
   973 */
   973 */
   974 void CStateOpening::InitialStep()
   974 void CStateOpening::InitialStep()
   975 	{
   975 	{
   976 	iActive->Register(*this, ETrue);
   976 	//iActive->Register(*this, ETrue);
       
   977 	iActive->Register( *this );
   977 	}
   978 	}
   978 
   979 
   979 /** 
   980 /** 
   980 Perform the next step in the opening operation 
   981 Perform the next step in the opening operation 
   981 @see InitialStep for more details
   982 @see InitialStep for more details