no more SetAppName/SetVendor in the config classes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2063 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1999-04-07 13:01:50 +00:00
parent b58197f24a
commit 9869734d04
7 changed files with 54 additions and 116 deletions

View File

@@ -1,8 +1,8 @@
///////////////////////////////////////////////////////////////////////////////
// Name: msw/regconf.h
// Name: msw/regconf.h
// Purpose: Registry based implementation of wxConfigBase
// Author: Vadim Zeitlin
// Modified by:
// Modified by:
// Created: 27.04.98
// RCS-ID: $Id$
// Copyright: (c) 1998 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
@@ -29,8 +29,10 @@ class WXDLLEXPORT wxRegConfig : public wxConfigBase
public:
// ctor & dtor
// will store data in HKLM\appName and HKCU\appName
wxRegConfig(const wxString& appName = "", const wxString& vendorName = "",
const wxString& localFilename = "", const wxString& globalFilename = "",
wxRegConfig(const wxString& appName = "",
const wxString& vendorName = "",
const wxString& localFilename = "",
const wxString& globalFilename = "",
long style = 0);
// dtor will save unsaved data