bluetoothappprofiles/avrcp/remconbeareravrcp/inc/avrcputils.h
branchRCL_3
changeset 11 a42ed326b458
parent 0 f63038272f30
child 20 2f88a7d66f50
equal deleted inserted replaced
10:0707dd69d236 11:a42ed326b458
   168 	
   168 	
   169 private:
   169 private:
   170 	CSpecificThreadCallBackBody*	iBody;
   170 	CSpecificThreadCallBackBody*	iBody;
   171 	};
   171 	};
   172 
   172 
       
   173 /**
       
   174 An extended double queue link class to provide additional features.
       
   175 */
       
   176 NONSHARABLE_CLASS(TAvrcpDblQueLink) : public TDblQueLink
       
   177 	{
       
   178 	public:
       
   179 		inline TBool IsQueued() const;
       
   180 	};
       
   181 
       
   182 /**
       
   183 Indicates whether the queue link is attached to a queue.
       
   184 @return True if the link is queued, false otherwise.
       
   185 */
       
   186 inline TBool TAvrcpDblQueLink::IsQueued() const
       
   187 	{
       
   188 	return iNext ? ETrue : EFalse;
       
   189 	}
       
   190 
   173 #endif // AVRCPUTILS_H
   191 #endif // AVRCPUTILS_H