Object Pascal "record" serialization ( first commit! )

TTest_TIntfPoolItem
TTest_TSimpleItemFactory
TTest_XmlRpcFormatterExceptionBlock
TTest_SoapFormatterExceptionBlock
Record serialization test

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@243 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
inoussa
2007-08-19 00:29:43 +00:00
parent bbee29cb90
commit 11a897fc26
60 changed files with 4375 additions and 893 deletions

View File

@ -451,7 +451,7 @@ begin
Result.SourceLinenumber := ASourceLinenumber;
if Result.InheritsFrom(TPasModule) then begin
FCurrentModule := Result as TPasModule;
Package.Modules.Add(Result);
//Package.Modules.Add(Result);
end;
end;