This commit is contained in:
parent
a115ed8b39
commit
b31a2e39dc
52 changed files with 1841 additions and 886 deletions
|
@ -33,8 +33,8 @@ public:
|
|||
{
|
||||
return(CurrentDoc);
|
||||
}
|
||||
char *GetConfigStr(char *Grp,char *Key);
|
||||
int GetConfigInt(char *Grp,char *Key);
|
||||
char *GetConfigStr(const char *Grp,const char *Key);
|
||||
int GetConfigInt(const char *Grp,const char *Key);
|
||||
|
||||
// Overrides
|
||||
// ClassWizard generated virtual function overrides
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue