messagingapp/msgui/unifiedviewer/inc/univiewertextitem.h
changeset 76 60a8a215b0ec
parent 38 4e4b6adb1024
--- a/messagingapp/msgui/unifiedviewer/inc/univiewertextitem.h	Tue Oct 05 13:58:47 2010 +0530
+++ b/messagingapp/msgui/unifiedviewer/inc/univiewertextitem.h	Tue Oct 19 11:30:16 2010 +0530
@@ -99,7 +99,6 @@
      * common handlers.
      */
     void openContactInfo();
-    void saveToContacts();
     void copyToClipboard();
     
     /**
@@ -141,6 +140,13 @@
 
     //Current cursor position.
     int mCursorPos;
+
+#ifdef MSGUI_UNIT_TEST
+    /**
+     * Unit Testing
+     */
+    friend class TestUniViewerTextItem;
+#endif
 };
 
 #endif // UNIVIEWERTEXTITEM_H