git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47425
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
return Write(szKey, wxString::Format(_T("%ld"), lValue));
}
return Write(szKey, wxString::Format(_T("%ld"), lValue));
}
+bool wxIniConfig::DoReadBinary(const wxString& WXUNUSED(key),
+ wxMemoryBuffer * WXUNUSED(buf)) const
+{
+ wxFAIL_MSG("not implemented");
+
+ return false;
+}
+
+bool wxIniConfig::DoWriteBinary(const wxString& WXUNUSED(key),
+ const wxMemoryBuffer& WXUNUSED(buf))
+{
+ wxFAIL_MSG("not implemented");
+
+ return false;
+}
+
bool wxIniConfig::Flush(bool /* bCurrentOnly */)
{
// this is just the way it works
bool wxIniConfig::Flush(bool /* bCurrentOnly */)
{
// this is just the way it works