|
@@ -215,14 +215,14 @@ const
|
|
MaxReadBytes = $fffe;
|
|
MaxReadBytes = $fffe;
|
|
invalidhandle = -1;
|
|
invalidhandle = -1;
|
|
{$ENDIF}
|
|
{$ENDIF}
|
|
-{$IFDEF Netware}
|
|
|
|
-type
|
|
|
|
- FNameStr = String;
|
|
|
|
- THandle = Longint;
|
|
|
|
-const
|
|
|
|
- MaxReadBytes = $7fffffff;
|
|
|
|
- invalidhandle = -1;
|
|
|
|
-{$ENDIF}
|
|
|
|
|
|
+{$IFDEF Netware}
|
|
|
|
+type
|
|
|
|
+ FNameStr = String;
|
|
|
|
+ THandle = Longint;
|
|
|
|
+const
|
|
|
|
+ MaxReadBytes = $7fffffff;
|
|
|
|
+ invalidhandle = -1;
|
|
|
|
+{$ENDIF}
|
|
|
|
|
|
|
|
|
|
{---------------------------------------------------------------------------}
|
|
{---------------------------------------------------------------------------}
|
|
@@ -709,31 +709,36 @@ CONST
|
|
ObjType: 50;
|
|
ObjType: 50;
|
|
VmtLink: Ofs(TypeOf(TCollection)^);
|
|
VmtLink: Ofs(TypeOf(TCollection)^);
|
|
Load: @TCollection.Load;
|
|
Load: @TCollection.Load;
|
|
- Store: @TCollection.Store);
|
|
|
|
|
|
+ Store: @TCollection.Store;
|
|
|
|
+ Next: Nil);
|
|
|
|
|
|
RStringCollection: TStreamRec = (
|
|
RStringCollection: TStreamRec = (
|
|
ObjType: 51;
|
|
ObjType: 51;
|
|
VmtLink: Ofs(TypeOf(TStringCollection)^);
|
|
VmtLink: Ofs(TypeOf(TStringCollection)^);
|
|
Load: @TStringCollection.Load;
|
|
Load: @TStringCollection.Load;
|
|
- Store: @TStringCollection.Store);
|
|
|
|
|
|
+ Store: @TStringCollection.Store;
|
|
|
|
+ Next: Nil);
|
|
|
|
|
|
RStrCollection: TStreamRec = (
|
|
RStrCollection: TStreamRec = (
|
|
ObjType: 69;
|
|
ObjType: 69;
|
|
VmtLink: Ofs(TypeOf(TStrCollection)^);
|
|
VmtLink: Ofs(TypeOf(TStrCollection)^);
|
|
Load: @TStrCollection.Load;
|
|
Load: @TStrCollection.Load;
|
|
- Store: @TStrCollection.Store);
|
|
|
|
|
|
+ Store: @TStrCollection.Store;
|
|
|
|
+ Next: Nil);
|
|
|
|
|
|
RStringList: TStreamRec = (
|
|
RStringList: TStreamRec = (
|
|
ObjType: 52;
|
|
ObjType: 52;
|
|
VmtLink: Ofs(TypeOf(TStringList)^);
|
|
VmtLink: Ofs(TypeOf(TStringList)^);
|
|
Load: @TStringList.Load;
|
|
Load: @TStringList.Load;
|
|
- Store: Nil);
|
|
|
|
|
|
+ Store: Nil;
|
|
|
|
+ Next: Nil);
|
|
|
|
|
|
RStrListMaker: TStreamRec = (
|
|
RStrListMaker: TStreamRec = (
|
|
ObjType: 52;
|
|
ObjType: 52;
|
|
VmtLink: Ofs(TypeOf(TStrListMaker)^);
|
|
VmtLink: Ofs(TypeOf(TStrListMaker)^);
|
|
Load: Nil;
|
|
Load: Nil;
|
|
- Store: @TStrListMaker.Store);
|
|
|
|
|
|
+ Store: @TStrListMaker.Store;
|
|
|
|
+ Next: Nil);
|
|
|
|
|
|
{<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>}
|
|
{<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>}
|
|
IMPLEMENTATION
|
|
IMPLEMENTATION
|
|
@@ -2809,7 +2814,10 @@ END;
|
|
END.
|
|
END.
|
|
{
|
|
{
|
|
$Log$
|
|
$Log$
|
|
- Revision 1.4 2001-04-16 18:36:41 florian
|
|
|
|
|
|
+ Revision 1.5 2001-05-06 17:13:22 jonas
|
|
|
|
+ * completed incomplete typed constant records
|
|
|
|
+
|
|
|
|
+ Revision 1.4 2001/04/16 18:36:41 florian
|
|
* updates from Armin commited
|
|
* updates from Armin commited
|
|
|
|
|
|
Revision 1.3 2000/11/13 13:40:04 marco
|
|
Revision 1.3 2000/11/13 13:40:04 marco
|
|
@@ -2817,5 +2825,5 @@ END.
|
|
|
|
|
|
Revision 1.2 2000/07/13 11:33:44 michael
|
|
Revision 1.2 2000/07/13 11:33:44 michael
|
|
+ removed logs
|
|
+ removed logs
|
|
-
|
|
|
|
|
|
+
|
|
}
|
|
}
|