#ifndef _COMMON_VXDCONTROL_HPP_ #define _COMMON_VXDCONTROL_HPP_ #ifndef _COMMON_WINDOWS_HPP_ #include #endif #ifndef _COMMON_STRING_HPP_ #include #endif #ifndef _COMMON_OPENFILE_HPP_ #include #endif class VxDControl : public FileHandle { public: VxDControl(const String &pathFileName); virtual ~VxDControl(); private: }; #endif