phonebookengines/cntsimutility/inc/cntsimutility.h
changeset 71 7cc7d74059f9
parent 46 efe85016a067
--- a/phonebookengines/cntsimutility/inc/cntsimutility.h	Thu Sep 02 20:16:15 2010 +0300
+++ b/phonebookengines/cntsimutility/inc/cntsimutility.h	Fri Sep 17 08:27:32 2010 +0300
@@ -89,12 +89,14 @@
         bool AdnStorePresent;
         bool SdnStorePresent;
         bool FdnStorePresent;
+        bool OnStorePresent;
         
         AvailableStores() {
             SimPresent = false;
             AdnStorePresent = false;
             SdnStorePresent = false;
             FdnStorePresent = false;
+            OnStorePresent = false;
         };
     };