qtmobility/plugins/contacts/symbiansim/src/cntsimstore.cpp
changeset 14 6fbed849b4f4
parent 4 90517678cc4f
equal deleted inserted replaced
11:06b8e2af4411 14:6fbed849b4f4
    63 CntSimStore::~CntSimStore()
    63 CntSimStore::~CntSimStore()
    64 {
    64 {
    65     delete d_ptr;
    65     delete d_ptr;
    66 }
    66 }
    67 
    67 
    68 QString CntSimStore::storeName()
    68 SimStoreInfo CntSimStore::storeInfo()
    69 {
       
    70     return d_ptr->storeName();
       
    71 }
       
    72 
       
    73 TSimStoreInfo CntSimStore::storeInfo()
       
    74 {
    69 {
    75     return d_ptr->storeInfo();
    70     return d_ptr->storeInfo();
    76 }
    71 }
    77 
    72 
    78 bool CntSimStore::read(int index, int numSlots, QContactManager::Error* error)
    73 bool CntSimStore::read(int index, int numSlots, QContactManager::Error* error)