/* */ #ifndef _D_BT_CHOKING_EVENT_H_ #define _D_BT_CHOKING_EVENT_H_ #include "BtEvent.h" class BtChokingEvent : public BtEvent { }; typedef SharedHandle BtChokingEventHandle; #endif // _D_BT_CHOKING_EVENT_H_