X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fdocs.h;h=c1da82a23de7b0bd5acf39d48f7698c0a3e37183;hb=c00c639073653fac7463a88f2b000f263236550d;hp=116347ccdd2fe3198d5072d654b7eb68c1c2af9f;hpb=c551b53b39a7571cf52831f5e117be1cca95c420;p=ctsim.git diff --git a/src/docs.h b/src/docs.h index 116347c..c1da82a 100644 --- a/src/docs.h +++ b/src/docs.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: docs.h,v 1.8 2000/12/22 04:18:00 kevin Exp $ +** $Id: docs.h,v 1.10 2001/01/02 05:34:57 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -117,6 +117,7 @@ public: { return m_phantom; } virtual bool OnOpenDocument (const wxString& filename); + virtual bool OnSaveDocument (const wxString& filename); virtual bool OnCloseDocument (); virtual bool IsModified () const; virtual void Modify (bool mod); @@ -147,7 +148,8 @@ public: PlotFile& getPlotFile () { return m_plot; } - virtual bool OnOpenDocument (const wxString& filename); + virtual bool OnOpenDocument (const wxString& filename); + virtual bool OnSaveDocument (const wxString& filename); virtual bool OnCloseDocument (); virtual bool IsModified () const; virtual void Modify (bool mod);