You've already forked lazarus-ccr
Remove redundant casts, PtrInt -> Integer, IInterface in classes definitions (Thanks Juha) 1
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3891 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -188,8 +188,8 @@ procedure RegisterBinaryProtocol();
|
||||
begin
|
||||
GetFormaterRegistry().Register(
|
||||
sPROTOCOL_NAME,
|
||||
TSimpleItemFactory.Create(TBinaryFormatter) as IItemFactory,
|
||||
TSimpleItemFactory.Create(TBinaryCallMaker) as IItemFactory
|
||||
TSimpleItemFactory.Create(TBinaryFormatter),
|
||||
TSimpleItemFactory.Create(TBinaryCallMaker)
|
||||
);
|
||||
end;
|
||||
|
||||
|
Reference in New Issue
Block a user