diff -r 9f56a4e1b8ab -r 08e69e956a8c classicui_pub/setting_pages_api/tsrc/inc/testaknradiobuttonsettingpageprotected.h --- a/classicui_pub/setting_pages_api/tsrc/inc/testaknradiobuttonsettingpageprotected.h Mon Mar 15 12:41:34 2010 +0200 +++ b/classicui_pub/setting_pages_api/tsrc/inc/testaknradiobuttonsettingpageprotected.h Wed Mar 31 21:59:52 2010 +0300 @@ -64,6 +64,10 @@ * This fuction is wrote for testing WriteInternalStateL() function */ void DoWriteInternalStateL(RWriteStream& aWriteStream) const; + /* + * This function is wrote for testing ProcessCommandL() function + */ + void TestProcessCommandL( TInt aCommandId ); }; #endif /*C_TESTAKNRADIOBUTTONSETTINGPAGEPROTECTED_H*/