diff -r ecf6a73a9186 -r 60a8a215b0ec messagingapp/msgui/unifiedviewer/inc/univiewertextitem.h --- 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