phonebookengines/cntsimutility/inc/cntsimutility.h
changeset 71 7cc7d74059f9
parent 46 efe85016a067
equal deleted inserted replaced
65:ae724a111993 71:7cc7d74059f9
    87     struct AvailableStores {
    87     struct AvailableStores {
    88         bool SimPresent;
    88         bool SimPresent;
    89         bool AdnStorePresent;
    89         bool AdnStorePresent;
    90         bool SdnStorePresent;
    90         bool SdnStorePresent;
    91         bool FdnStorePresent;
    91         bool FdnStorePresent;
       
    92         bool OnStorePresent;
    92         
    93         
    93         AvailableStores() {
    94         AvailableStores() {
    94             SimPresent = false;
    95             SimPresent = false;
    95             AdnStorePresent = false;
    96             AdnStorePresent = false;
    96             SdnStorePresent = false;
    97             SdnStorePresent = false;
    97             FdnStorePresent = false;
    98             FdnStorePresent = false;
       
    99             OnStorePresent = false;
    98         };
   100         };
    99     };
   101     };
   100     
   102     
   101     enum CacheStatus {
   103     enum CacheStatus {
   102         ECacheReady,
   104         ECacheReady,