#ifndef __NETDISK_FACTORY_H__ #define __NETDISK_FACTORY_H__ #include "netdisk.h" class NetdiskFacotory { public: static Netdisk *create(std::string deviceType); }; #endif