#pragma once // 接口基类 class IxInterface { protected: virtual ~IxInterface() {} };