pushmtm/Plugins/PushContentHandler/CSLContentHandler.inl
branchRCL_3
changeset 35 5c11946e75b3
parent 0 84ad3b177aa3
equal deleted inserted replaced
34:5dedbccec665 35:5c11946e75b3
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 
    19 
    20 #ifdef __SERIES60_PUSH_SL
       
    21 
    20 
    22 inline void CSLContentHandler::SetActionFlag( TBool aAction )
    21 inline void CSLContentHandler::SetActionFlag( TBool aAction )
    23 	{
    22 	{
    24 	if ( aAction )
    23 	if ( aAction )
    25         {
    24         {
    51 inline TBool CSLContentHandler::HrefFlag() const
    50 inline TBool CSLContentHandler::HrefFlag() const
    52 	{
    51 	{
    53 	return iAttributes & EHref;
    52 	return iAttributes & EHref;
    54 	}
    53 	}
    55 
    54 
    56 #endif // __SERIES60_PUSH_SL
       
    57 
    55