* made several functions virtual.

git-svn-id: trunk@15426 -
This commit is contained in:
marco 2010-06-13 15:12:27 +00:00
parent 81c3db6679
commit d6c2326f87

View File

@ -53,11 +53,11 @@ type
function GetData(const DataName: String; out PathInChm: String; out FileName: String; var Stream: TStream): Boolean;
procedure LastFileAdded(Sender: TObject);
public
constructor Create;
constructor Create; virtual;
destructor Destroy; override;
procedure LoadFromFile(AFileName: String);
procedure SaveToFile(AFileName: String);
procedure WriteChm(AOutStream: TStream);
procedure LoadFromFile(AFileName: String); virtual;
procedure SaveToFile(AFileName: String); virtual;
procedure WriteChm(AOutStream: TStream); virtual;
function ProjectDir: String;
procedure AddFileWithContext(contextid:integer;filename:ansistring;contextname:ansistring='');
// though stored in the project file, it is only there for the program that uses the unit