phonebookui/Phonebook2/ServerApplication/inc/TPbk2ServerMessageDataRetriever.h
branchRCL_3
changeset 17 2666d9724c76
parent 0 e686773b3f54
equal deleted inserted replaced
15:34879f5cfc63 17:2666d9724c76
   261          *
   261          *
   262          * @param aMessage  The message to retrieve data from.
   262          * @param aMessage  The message to retrieve data from.
   263          * @return  The client orientation settings.
   263          * @return  The client orientation settings.
   264          */
   264          */
   265         TInt GetOrietationTypeL(const RMessage2& aMessage ) const;
   265         TInt GetOrietationTypeL(const RMessage2& aMessage ) const;
       
   266         
       
   267         
       
   268         /**
       
   269          * Gets StatusPane ID that should be used by the ServerApplication
       
   270          *
       
   271          * @param aMessage              The message to retrieve data from.
       
   272          * @return  valid StatusPane ID or 0 if it was not sent.
       
   273          */
       
   274         TInt TPbk2ServerMessageDataRetriever::GetStatusPaneIdL
       
   275                 ( const RMessage2& aMessage ) const;
   266     };
   276     };
   267 
   277 
   268 #endif // TPBK2SERVERMESSAGEDATARETRIEVER_H
   278 #endif // TPBK2SERVERMESSAGEDATARETRIEVER_H
   269 
   279 
   270 // End of File
   280 // End of File