diff -r e4ebb16b39ea -r 603d3f8b6302 plugins/contacts/symbiansim/inc/cntsimstoreeventlistener.h --- a/plugins/contacts/symbiansim/inc/cntsimstoreeventlistener.h Fri Sep 17 08:34:34 2010 +0300 +++ b/plugins/contacts/symbiansim/inc/cntsimstoreeventlistener.h Mon Oct 04 01:37:06 2010 +0300 @@ -45,12 +45,12 @@ #include class CntSymbianSimEngine; -class RMobilePhoneBookStore; +class RMobilePhoneStore; class CntSimStoreEventListener : public CActive { public: - CntSimStoreEventListener(CntSymbianSimEngine &engine, RMobilePhoneBookStore& store); + CntSimStoreEventListener(CntSymbianSimEngine &engine, RMobilePhoneStore& store); ~CntSimStoreEventListener(); void start(); @@ -61,7 +61,7 @@ private: CntSymbianSimEngine &m_engine; - RMobilePhoneBookStore &m_store; + RMobilePhoneStore &m_store; TUint32 m_event; TInt m_index; };