#pragma once #include #include "CEF/HumanApp.h" class HumanAppOther : public HumanApp{ public: HumanAppOther(); private: IMPLEMENT_REFCOUNTING(HumanAppOther); DISALLOW_COPY_AND_ASSIGN(HumanAppOther); };