phonebookui/pbkcommonui/inc/cntdetailorderinghelper.h
changeset 65 ae724a111993
parent 46 efe85016a067
--- a/phonebookui/pbkcommonui/inc/cntdetailorderinghelper.h	Wed Aug 18 09:39:00 2010 +0300
+++ b/phonebookui/pbkcommonui/inc/cntdetailorderinghelper.h	Thu Sep 02 20:16:15 2010 +0300
@@ -68,11 +68,19 @@
         EUrlWork
     };
     
+    enum CntAddressPosition
+    {
+        EAddress = 0,
+        EAddressHome,
+        EAddressWork
+    };
+    
 public:
     static QList<QContactPhoneNumber> getOrderedSupportedPhoneNumbers( const QContact& contact );
     static QList<QContactOnlineAccount> getOrderedSupportedOnlineAccounts( const QContact& contact );
     static QList<QContactEmailAddress> getOrderedEmailAccounts( const QContact& contact );
     static QList<QContactUrl> getOrderedUrls( const QContact& contact );
+    static QList<QContactAddress> getOrderedAddresses( const QContact& contact );
 };
 
 #endif /* CNTPHONENUMBERHELPER_H */