Windows2003-3790/ds/netapi/svcdlls/upssvc/apcsmart/ntcfgmgr.h

30 lines
418 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
/*
*
* 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