diff -r 34879f5cfc63 -r 2666d9724c76 phonebookui/Phonebook2/ServerApplication/inc/TPbk2ServerMessageDataRetriever.h --- a/phonebookui/Phonebook2/ServerApplication/inc/TPbk2ServerMessageDataRetriever.h Mon Jun 21 15:24:27 2010 +0300 +++ b/phonebookui/Phonebook2/ServerApplication/inc/TPbk2ServerMessageDataRetriever.h Thu Jul 15 18:22:55 2010 +0300 @@ -263,6 +263,16 @@ * @return The client orientation settings. */ TInt GetOrietationTypeL(const RMessage2& aMessage ) const; + + + /** + * Gets StatusPane ID that should be used by the ServerApplication + * + * @param aMessage The message to retrieve data from. + * @return valid StatusPane ID or 0 if it was not sent. + */ + TInt TPbk2ServerMessageDataRetriever::GetStatusPaneIdL + ( const RMessage2& aMessage ) const; }; #endif // TPBK2SERVERMESSAGEDATARETRIEVER_H