return false;
}
+bool DoReadBinary(const wxString& key, wxMemoryBuffer *buf) const
+{
+ /* TODO */
+ return false;
+}
+
bool wxPrefConfig::DoWriteString(const wxString& key, const wxString& szValue)
{
/* TODO */
return false;
}
+bool DoWriteBinary(const wxString& key, const wxMemoryBuffer& buf)
+{
+ /* TODO */
+ return false;
+}
+
// ----------------------------------------------------------------------------
// renaming
// ----------------------------------------------------------------------------