phonebookui/pbkcommonui/inc/cntdetailorderinghelper.h
changeset 61 d30183af6ca6
parent 46 efe85016a067
--- a/phonebookui/pbkcommonui/inc/cntdetailorderinghelper.h	Wed Aug 11 09:06:35 2010 +0300
+++ b/phonebookui/pbkcommonui/inc/cntdetailorderinghelper.h	Mon Aug 23 16:06:28 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 */