From 3affd43c12015cc9a88d80ae91ccb918aa9014de Mon Sep 17 00:00:00 2001 From: inoussa Date: Wed, 18 Mar 2009 15:51:45 +0000 Subject: [PATCH] +Delphi : QWord = UInt64 for CompilerVersion > 16.0 +THeaderBlockProxy : This class is used as a wrapper to allow a TBaseRemotable instance to be sent and received as a header block +ICallContext.AddHeader() : Overload to support classes that do not inherit from THeaderBlock +TTypeRegistryItem.AddExternalSynonym(), TTypeRegistryItem.IsExternalSynonym() Usefull when a xsd defines a complex type and a "element" which type is the complex one. +TTypeRegistry.FindByDeclaredName(): Add an option to include the external synonyms in the search git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@743 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- .../files/write_header_proxy_header_block.xml | 16 ++++++++++++++++ .../write_header_proxy_header_block_name.xml | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 wst/trunk/tests/test_suite/files/write_header_proxy_header_block.xml create mode 100644 wst/trunk/tests/test_suite/files/write_header_proxy_header_block_name.xml diff --git a/wst/trunk/tests/test_suite/files/write_header_proxy_header_block.xml b/wst/trunk/tests/test_suite/files/write_header_proxy_header_block.xml new file mode 100644 index 000000000..11f15afe1 --- /dev/null +++ b/wst/trunk/tests/test_suite/files/write_header_proxy_header_block.xml @@ -0,0 +1,16 @@ + + + + + Inoussa-wst + sample password + + + + + + diff --git a/wst/trunk/tests/test_suite/files/write_header_proxy_header_block_name.xml b/wst/trunk/tests/test_suite/files/write_header_proxy_header_block_name.xml new file mode 100644 index 000000000..c4df27641 --- /dev/null +++ b/wst/trunk/tests/test_suite/files/write_header_proxy_header_block_name.xml @@ -0,0 +1,16 @@ + + + + + Inoussa-wst + sample password + + + + + +