phonebookui/pbkcommonui/inc/cntmycardview.h
changeset 46 efe85016a067
parent 37 fd64c38c277d
child 53 e6aff7b69165
--- a/phonebookui/pbkcommonui/inc/cntmycardview.h	Fri Jun 11 13:29:23 2010 +0300
+++ b/phonebookui/pbkcommonui/inc/cntmycardview.h	Wed Jun 23 18:02:44 2010 +0300
@@ -46,15 +46,12 @@
 public: // From CntAbstractView
     void activate( CntAbstractViewManager* aMgr, const CntViewParameters aArgs );
     void deactivate();
-    bool isDefault() const { return false; }
-    HbView* view() const { return mView; }
-    int viewId() const { return myCardView; }
     
-#ifdef PBK_UNIT_TEST
-public slots:
-#else
+    inline bool isDefault() const { return false; }
+    inline HbView* view() const { return mView; }
+    inline int viewId() const { return myCardView; }
+    
 private slots:
-#endif
     void showPreviousView();
     void openNameEditor();
     void openMyCardSelectionView(); 
@@ -72,6 +69,8 @@
     HbView*                   mView; // own
     HbAction*                 mSoftkey;
     CntFetchContacts*         mFetchView;
+    
+    friend class TestCntMyCardView;
 };
 
 #endif /* CNTMYCARDVIEW_H_ */