phonebookengines/contactsmodel/cntsrv/src/CCntStateMachine.cpp
branchRCL_3
changeset 39 a6539d1e8e43
parent 15 e8e3147d53eb
child 64 c1e8ba0c2b16
equal deleted inserted replaced
35:4ae315f230bc 39: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