|
@@ -7,11 +7,6 @@
|
|
class area_business_speed_checker : public area_business
|
|
class area_business_speed_checker : public area_business
|
|
{
|
|
{
|
|
public:
|
|
public:
|
|
- virtual int area_business_type()
|
|
|
|
- {
|
|
|
|
- return 4;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
void on_load_his(const std::shared_ptr<area_hover>&a,const std::shared_ptr<card_location_base>&c,std::shared_ptr<business_data>&ptr);
|
|
void on_load_his(const std::shared_ptr<area_hover>&a,const std::shared_ptr<card_location_base>&c,std::shared_ptr<business_data>&ptr);
|
|
void on_enter(const std::shared_ptr<area_hover>&a,const std::shared_ptr<card_location_base>&c,std::shared_ptr<business_data>&ptr);
|
|
void on_enter(const std::shared_ptr<area_hover>&a,const std::shared_ptr<card_location_base>&c,std::shared_ptr<business_data>&ptr);
|
|
void on_hover(const std::shared_ptr<area_hover>&a,const std::shared_ptr<card_location_base>&c,std::shared_ptr<business_data> ptr);
|
|
void on_hover(const std::shared_ptr<area_hover>&a,const std::shared_ptr<card_location_base>&c,std::shared_ptr<business_data> ptr);
|