ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/oup/current/DataAccess/DataAccess.pas
(Generate patch)

Comparing oup/current/DataAccess/DataAccess.pas (file contents):
Revision 116 by alloc, Mon Feb 26 22:57:02 2007 UTC vs.
Revision 193 by alloc, Sat May 26 14:24:55 2007 UTC

# Line 60 | Line 60 | type
60  
61      function AppendRawFile(LocSep: Boolean; Src: TStream): Integer; overload; virtual;
62      function AppendRawFile(LocSep: Boolean; Src: TByteData): Integer; overload;
63 <    function AppendRawFile(LocSep: Boolean; Size: Integer; Src: Pointer): Integer; overload;
63 > //    function AppendRawFile(LocSep: Boolean; Size: Integer; Src: Pointer): Integer; overload;
64    published
65    end;
66  
# Line 276 | Line 276 | begin
276    Result := AppendRawFile(LocSep, data);
277    data.Free;
278   end;
279 <
279 > {
280   function TDataAccess.AppendRawFile(LocSep: Boolean; Size: Integer; Src: Pointer): Integer;
281   var
282    data: TStream;
# Line 287 | Line 287 | begin
287    Result := AppendRawFile(LocSep, data);
288    data.Free;
289   end;
290 <
290 > }
291  
292  
293   procedure TDataAccess.SetDataOS(DataOS: TDataOS);

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)