]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/prefconf.h
CanAcceptFocus() now returns true if either the window itself or one of its children...
[wxWidgets.git] / include / wx / palmos / prefconf.h
index 59f99cd160256e2bea0e2a5c8c1b98ca2fb64b31..ba756045c2f208a4b5a0d2c6e79d3bf3cc341b35 100644 (file)
 #ifndef _PREFCONF_H_
 #define _PREFCONF_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "prefconf.h"
-#endif
-
 // ----------------------------------------------------------------------------
 // wxPrefConfig
 // ----------------------------------------------------------------------------
@@ -76,10 +72,6 @@ protected:
   virtual bool DoWriteLong(const wxString& key, long lValue);
 
 private:
-  // no copy ctor/assignment operator
-  wxPrefConfig(const wxPrefConfig&);
-  wxPrefConfig& operator=(const wxPrefConfig&);
-
   // current path (not '/' terminated)
   wxString  m_strPath;
 
@@ -88,6 +80,9 @@ private:
 
   // current group modified ?
   bool m_modGroup;
+
+  DECLARE_NO_COPY_CLASS(wxPrefConfig)
+  DECLARE_ABSTRACT_CLASS(wxPrefConfig)
 };
 
 #endif // _PREFCONF_H_