urbackup_backend/fileservplugin/FileServFactory.h
2011-01-06 17:43:38 +01:00

8 lines
206 B
C++

#include "IFileServFactory.h"
class FileServFactory : public IFileServFactory
{
public:
IFileServ * createFileServ(unsigned short tcpport, unsigned short udpport, const std::wstring &name=L"");
};