Searched refs:CmdAddItem (Results 1 – 3 of 3) sorted by relevance
33 class CmdAddItem: public CmdGeneric class36 CmdAddItem( intf_thread_t *pIntf, const std::string &rName, bool playNow ) in CmdAddItem() function in CmdAddItem38 virtual ~CmdAddItem() { } in ~CmdAddItem()
34 void CmdAddItem::execute() in execute()
276 CmdAddItem( getIntf(), it->c_str(), playOnDrop ).execute(); in processEvent()