Windows2003-3790/ds/netapi/svcdlls/upssvc/apcsmart/ntcfgmgr.h
2020-09-30 16:53:55 +02:00

30 lines
418 B
C++

/*
*
* NOTES:
*
* REVISIONS:
* pcy15Sep93: Use NT Registry for some stuff, then use our ini file
*
*/
#ifndef _INC__NTCFGMGR_H
#define _INC__NTCFGMGR_H
#include "cfgmgr.h"
// Defines
//
_CLASSDEF(NTConfigManager)
class NTConfigManager : public IniConfigManager {
public:
NTConfigManager();
virtual ~NTConfigManager();
virtual INT Get(INT, PCHAR);
};
#endif