Files
mir_server/server/NameServer/NSConfig.h

15 lines
279 B
C
Raw Permalink Normal View History

2025-01-09 17:45:40 +08:00
#pragma once
class CNameServer;
class CNameServerConfig
: public CCustomLuaConfig
{
public:
typedef CCustomLuaConfig Inherited;
protected:
void showError(LPCTSTR sError);
bool readConfig(CNameServer *lpNameServer);
public:
bool loadConfig(CNameServer *lpNameServer);
};