Update network account database when a default profile is changed.
[platform/framework/native/net.git] / src / FNet_NetAccountDatabase.h
index 21e7e73..f207b43 100644 (file)
@@ -42,9 +42,6 @@ namespace Tizen { namespace Net {
 
 enum _NetAccountOwner
 {
-       _NET_ACCOUNT_OWNER_SYSTEM_INTERNET,
-       _NET_ACCOUNT_OWNER_SYSTEM_MMS,
-       _NET_ACCOUNT_OWNER_SYSTEM,
        _NET_ACCOUNT_OWNER_OTHER,
        _NET_ACCOUNT_OWNER_THIS
 };
@@ -67,7 +64,6 @@ public:
        static Tizen::Base::Collection::IListT<NetAccountId>* GetAccountIdsN(void);
        static Tizen::Base::Collection::IList* GetAccountNamesN(void);
        static Tizen::Base::Collection::IList* GetProfileNamesN(void);
-       static Tizen::Base::Collection::IList* GetAppProfileNamesN(void);
        static result GetAccountName(NetAccountId accountId, Tizen::Base::String& accountName);
        static result GetProfileName(NetAccountId accountId, Tizen::Base::String& profileName);
        static result GetAccountIdByAccountName(const Tizen::Base::String& accountName, NetAccountId& accountId);