[Contact] Refactoring API structures
[profile/ivi/wrt-plugins-tizen.git] / src / platform / API / Contact / ContactPhoneNumber.h
index 4f36254..93de741 100755 (executable)
@@ -52,6 +52,7 @@ public:
 
        std::string getNumber() const;
        void setNumber(const std::string &value);
+       void unsetNumber();
        bool getNumberIsSet() const;
 
        ContactPhoneNumberTypeArrayPtr getTypes() const;
@@ -64,10 +65,10 @@ public:
        ContactPhoneNumberPtr clone() const;
 
 private:
-       std::string m_number;
-       ContactPhoneNumberTypeArrayPtr m_types;
+       std::string     m_number;
+       bool            m_numberIsSet;
 
-       bool m_numberIsSet;
+       ContactPhoneNumberTypeArrayPtr m_types;
 };
 
 } // Contact