diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/ROMasterServerLibrary_Intf.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/ROMasterServerLibrary_Intf.dcu new file mode 100644 index 0000000..c0719df Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/ROMasterServerLibrary_Intf.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/RemObjects.inc b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/RemObjects.inc new file mode 100644 index 0000000..e966b56 --- /dev/null +++ b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/RemObjects.inc @@ -0,0 +1,127 @@ +{$INCLUDE eDefines.inc} + +{ Define to check for RemObjects SDK 3.0 [vs. future versions] } +{.$DEFINE ROSDK4} +{$DEFINE ROSDK5} + +{ Define to check for RemObjects SDK 3.0 and above [vs. older versions] } +{$DEFINE ROSDK3UP} +{$DEFINE ROSDK4UP} +{$DEFINE ROSDK5UP} + +{ DXSock } + + { To use RemObjects with the standalone version of DXSock, simply remove the + define below. Note that this has only been tested with DXSock 3.0, and that + doing so requires a separate license for DXSock from Brain PatchWorks + see http://www.bpdx.com for more information } + + {$DEFINE RemObjects_USE_RODX} + +{ Indy } + + { If you are using latest Indy 10 in Delphi 6 or 7, just uncomment the + RemObjects_INDY10_in_Delphi67 DEFINE right below, and remove the Indy + package references from the Requires section of RemObjects_Indy_Dx.dpk + before re-compiling your RemObjects Indy package. } + + {.$DEFINE RemObjects_INDY10_in_Delphi67} + {$IFDEF RemObjects_INDY10_in_Delphi67} + {$DEFINE RemObjects_INDY10} + {$DEFINE RemObjects_INDY10B} + {$DEFINE RemObjects_GLOBAL_INDY_DEFINE} + {$ENDIF} + + {$IFNDEF RemObjects_GLOBAL_INDY_DEFINE} + + {$UNDEF RemObjects_INDY8} + {$UNDEF RemObjects_INDY9} + {$UNDEF RemObjects_INDY10} + + {$IFDEF FPC} + {$DEFINE RemObjects_INDY10} + {$DEFINE RemObjects_INDY10B} + {$ELSE} + {$IFDEF DELPHI10UP} + {$DEFINE RemObjects_INDY10} + {$DEFINE RemObjects_INDY10B} + {$ELSE} + {$IFDEF DELPHI9UP} + {$DEFINE RemObjects_INDY10} + {$DEFINE RemObjects_INDY10A} + {$ELSE} + {$IFDEF DELPHI7UP} + {$DEFINE RemObjects_INDY9} + {$ELSE} + {$DEFINE RemObjects_INDY8} + {$ENDIF} + {$ENDIF} + {$ENDIF} + + {$IFDEF KYLIX} + {$IFDEF KYLIX3UP} + {$DEFINE RemObjects_INDY9} + {$ELSE} + {$DEFINE RemObjects_INDY8} + {$ENDIF} + {$ENDIF} + {$ENDIF} + + { If you are using Indy 9 in Delphi 6 just uncomment the Indy9 DEFINE below, + and remove the Indy package references from the Requires section of + RemObjects_Indy_D6.dpk before compiling your RemObjects Indy package. } + + {.$DEFINE RemObjects_INDY9} + + {$IFDEF RemObjects_INDY9} + {$UNDEF RemObjects_INDY8} + {$ENDIF} + + {$ENDIF} + + { If you are using a newer version of Indy that properly works at designtime, + you can set define the define below. If the define is not set (as is the + default), Indy channels cannot be used to connect at designtime, trying so + will display a warning message. + + If you enable this define and receive an Access Violation when trying to + connect at designtime, then your Indy version does not yet include the + fix for this problem. Please contact the Indy Crew for details. + + This problem applies to the Delphi Windows IDE's only; Kylix is not affected. } + + {.$DEFINE RemObjects_INDY_DESIGNTIME_FIX} + +{ Thread Names in Debugger } + + {$IFDEF DELPHI7UP} + {$DEFINE RemObjects_SetThreadName} + {$ENDIF} + +{ XML } + + {$IFDEF MSWINDOWS} + {$DEFINE RemObjects_MSXML} + {$ENDIF} + {$IFDEF LINUX} + {$DEFINE RemObjects_OpenXML} + {$ENDIF} + + { if we someone manually defined RemObjects_OpenXML, then undef RemObjects_MSXML } + {$IFDEF RemObjects_OpenXML} + {$UNDEF RemObjects_MSXML} + {$ENDIF} + +{ Encryption } + + {$IFDEF MSWINDOWS} + {$DEFINE RemObjects_UseEncryption } + {$ENDIF MSWINDOWS} + + {$IFDEF FPC} + {$MODE DELPHI} + {$UNDEF RemObjects_UseEncryption} + {$DEFINE RemObjects_OpenXML} + {$UNDEF RemObjects_MSXML} + {$ENDIF} + {$Q-,B-,R-} diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/RemObjects_BPDX_D10.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/RemObjects_BPDX_D10.dcu new file mode 100644 index 0000000..1133c94 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/RemObjects_BPDX_D10.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/RemObjects_BPDX_Reg.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/RemObjects_BPDX_Reg.dcu new file mode 100644 index 0000000..6e21af5 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/RemObjects_BPDX_Reg.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/RemObjects_Core_D10.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/RemObjects_Core_D10.dcu new file mode 100644 index 0000000..33f66b1 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/RemObjects_Core_D10.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/RemObjects_Core_Reg.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/RemObjects_Core_Reg.dcu new file mode 100644 index 0000000..4e6f6cb Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/RemObjects_Core_Reg.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/RemObjects_DataSnap_D10.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/RemObjects_DataSnap_D10.dcu new file mode 100644 index 0000000..dfeca11 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/RemObjects_DataSnap_D10.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/RemObjects_DataSnap_Reg.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/RemObjects_DataSnap_Reg.dcu new file mode 100644 index 0000000..410939b Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/RemObjects_DataSnap_Reg.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/RemObjects_Indy_D10.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/RemObjects_Indy_D10.dcu new file mode 100644 index 0000000..54a009d Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/RemObjects_Indy_D10.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/RemObjects_Indy_Reg.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/RemObjects_Indy_Reg.dcu new file mode 100644 index 0000000..e6ac20d Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/RemObjects_Indy_Reg.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/RemObjects_RODX_D10.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/RemObjects_RODX_D10.dcu new file mode 100644 index 0000000..62c6acd Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/RemObjects_RODX_D10.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/RemObjects_Synapse_D10.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/RemObjects_Synapse_D10.dcu new file mode 100644 index 0000000..e26bf1c Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/RemObjects_Synapse_D10.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/RemObjects_Synapse_Reg.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/RemObjects_Synapse_Reg.dcu new file mode 100644 index 0000000..073f4ed Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/RemObjects_Synapse_Reg.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/RemObjects_WebBroker_D10.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/RemObjects_WebBroker_D10.dcu new file mode 100644 index 0000000..5d0e8a2 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/RemObjects_WebBroker_D10.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/RemObjects_WebBroker_Reg.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/RemObjects_WebBroker_Reg.dcu new file mode 100644 index 0000000..ab1dee5 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/RemObjects_WebBroker_Reg.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/blcksock.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/blcksock.dcu new file mode 100644 index 0000000..efa062c Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/blcksock.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/eDefines.inc b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/eDefines.inc new file mode 100644 index 0000000..3fde647 --- /dev/null +++ b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/eDefines.inc @@ -0,0 +1,373 @@ +{----------------------------------------------------------------------------} +{file: eDefines.inc } +{type: Delphi include file } +{ } +{compiler: Borland Pascal 7, } +{ Delphi 1-7, Delphi 2005 for Win32 } +{ Kylix 1-3, } +{ C++Builder 1-5 (Pascal Only) } +{ } +{platforms: DOS, DPMI, Win16, Win32, Linux } +{ } +{author: mh@elitedev.com } +{date: 8/3/1997, last changed: 7/2/2002 for Delphi 7 and Kylix 3 } +{ } +{contents: Defines that can be flexibily used to determine the exact } +{ compiler version used. } +{ } +{(c)opyright elitedevelopments. all rights reserved. } +{ http://www.elitedev.com } +{ } +{ Third Party component developers are encouraged to use the set of defines } +{ established in this file, rather then their own system, for checking their } +{ component libraries agains different versions of Delphi and C++Builder. } +{ } +{ This file may be distributed freely with both free and commercial source } +{ libraries, but you are asked to please leave this comment in place, and } +{ to return any improvements you make to this file to the maintainer that } +{ is noted above. } +{----------------------------------------------------------------------------} + +{----------------------------------------------------------------------------} +{ Compiler and OS version defines: } +{ } +{ exact compiler versions: } +{ } +{ BP7 Borland Pascal 7.0 } +{ DELPHI1 Delphi 1.0 (any Delphi) } +{ DELPHI2 Delphi 2.0 } +{ DELPHI3 Delphi 3.0 } +{ DELPHI4 Delphi 4.0 } +{ DELPHI5 Delphi 5.0 } +{ DELPHI6 Delphi 6.0 } +{ DELPHI7 Delphi 7.0 } +{ DELPHI9 Delphi 2005 } +{ DELPHI2005 Delphi 2005 } +{ KYLIX1 Kylix 1.0 } +{ KYLIX2 Kylix 2.0 } +{ KYLIX3 Kylix 3.0 } +{ CBUILDER1 C++Builder 1.0 } +{ CBUILDER3 C++Builder 3.0 } +{ CBUILDER4 C++Builder 4.0 } +{ CBUILDER5 C++Builder 5.0 } +{ } +{ } +{ minimum compiler versions: } +{ } +{ DELPHI1UP Delphi 1.0 and above (any Delphi) } +{ DELPHI2UP Delphi 2.0 and above } +{ DELPHI3UP Delphi 3.0 and above } +{ DELPHI4UP Delphi 4.0 and above } +{ DELPHI5UP Delphi 5.0 and above } +{ DELPHI6UP Delphi 6.0 and above } +{ DELPHI7UP Delphi 7.0 and above } +{ DELPHI9UP Delphi 9.0 and above } +{ DELPHI2005UP Delphi 2005 and above } +{ KYLIX1UP Kylix 1.0 and above (any Kylix) } +{ KYLIX2UP Kylix 2.0 and above (any Kylix) } +{ KYLIX3UP Kylix 3.0 and above (any Kylix) } +{ CBUILDER1UP C++Builder 1.0 and above or Delphi 2 and above (any C++Builder) } +{ CBUILDER3UP C++Builder 3.0 and above or Delphi 3.0 and above } +{ CBUILDER4UP C++Builder 4.0 and above or Delphi 4.0 and above } +{ CBUILDER5UP C++Builder 5.0 and above or Delphi 5.0 and above } +{ CBUILDER6UP C++Builder 5.0 and above or Delphi 5.0 and above } +{ } +{ } +{ compiler types: } +{ } +{ BP Borland Pascal (not Delphi or C++Builder) } +{ DELPHI any Delphi version (but not C++Builder or Kylix) } +{ KYLIX any Kylix version (not Delphi or C++Builder for Windows) } +{ CBUILDER any C++Builder for Windows (Pascal) } +{ } +{ } +{ target platforms compiler types: } +{ } +{ DELPHI_16BIT 16bit Delphi (but not C++Builder!) } +{ DELPHI_32BIT 32bit Delphi (but not C++Builder) } +{ KYLIX_32BIT 32bit Kylix (but not C++Builder) } +{ CBUILDER_32BIT 32bit C++Builer's Pascal (but not Delphi) } +{ } +{ } +{ target platforms } +{ } +{ DOS any DOS (plain and DPMI) } +{ REALMODE 16bit realmode DOS } +{ PROTECTEDMODE 16bit DPMI DOS } +{ } +{ MSWINDOWS any Windows platform } +{ WIN16 16bit Windows } +{ WIN32 32bit Windows } +{ DOTNET .NET } +{ } +{ LINUX any Linux platform } +{ LINUX32 32bit Linux } +{----------------------------------------------------------------------------} + +{ defines for Borland Pascal 7.0 } +{$IFDEF VER70} + {$DEFINE BP} + {$DEFINE BP7} + {$DEFINE 16BIT} + + { defines for BP7 DOS real mode } + {$IFDEF MSDOS} + {$DEFINE DOS} + {$DEFINE REALMODE} + {$ENDIF} + + { defines for BP7 DOS protected mode } + {$IFDEF DPMI} + {$DEFINE DOS} + {$DEFINE PROTECTEDMODE} + {$ENDIF} + + { defines for BP7 Windows } + {$IFDEF WINDOWS} + {$DEFINE MSWINDOWS} + {$DEFINE WIN16} + {$ENDIF} +{$ENDIF} + +{ defines for Delphi 1.0 thru 7.0 } +{$IFNDEF LINUX} + + { defines for Delphi 1.0 } + {$IFDEF VER80} + {$DEFINE DELPHI} + {$DEFINE DELPHI1} + {$DEFINE DELPHI1UP} + {$DEFINE DELPHI_16BIT} + {$DEFINE WIN16} + {$DEFINE 16BIT} + {$ENDIF} + + { defines for Delphi 2.0 } + {$IFDEF VER90} + {$DEFINE DELPHI} + {$DEFINE DELPHI2} + {$DEFINE DELPHI1UP} + {$DEFINE DELPHI2UP} + {$ENDIF} + + { defines for C++Builder 1.0 } + {$IFDEF VER93} + {$DEFINE DELPHI1UP} + {$DEFINE DELPHI2UP} + {$DEFINE CBUILDER} + {$DEFINE CBUILDER1} + {$DEFINE CBUILDER1UP} + {$ENDIF} + + { defines for Delphi 3.0 } + {$IFDEF VER100} + {$DEFINE DELPHI} + {$DEFINE DELPHI3} + {$DEFINE DELPHI1UP} + {$DEFINE DELPHI2UP} + {$DEFINE DELPHI3UP} + {$ENDIF} + + { defines for C++Builder 3.0 } + {$IFDEF VER110} + {$DEFINE DELPHI1UP} + {$DEFINE DELPHI2UP} + {$DEFINE DELPHI3UP} + {$DEFINE CBUILDER} + {$DEFINE CBUILDER3} + {$DEFINE CBUILDER1UP} + {$DEFINE CBUILDER3UP} + {$ENDIF} + + { defines for Delphi 4.0 } + {$IFDEF VER120} + {$DEFINE DELPHI} + {$DEFINE DELPHI4} + {$DEFINE DELPHI1UP} + {$DEFINE DELPHI2UP} + {$DEFINE DELPHI3UP} + {$DEFINE DELPHI4UP} + {$ENDIF} + + { defines for C++Builder 4.0 } + {$IFDEF VER125} + {$DEFINE DELPHI1UP} + {$DEFINE DELPHI2UP} + {$DEFINE DELPHI3UP} + {$DEFINE DELPHI4UP} + {$DEFINE CBUILDER} + {$DEFINE CBUILDER4} + {$DEFINE CBUILDER1UP} + {$DEFINE CBUILDER3UP} + {$DEFINE CBUILDER4UP} + {$ENDIF} + { defines for Delphi 5.0 } + {$IFDEF VER130} + {$DEFINE DELPHI} + {$DEFINE DELPHI5} + {$DEFINE DELPHI1UP} + {$DEFINE DELPHI2UP} + {$DEFINE DELPHI3UP} + {$DEFINE DELPHI4UP} + {$DEFINE DELPHI5UP} + {$ENDIF} + + { defines for C++Builder 5.0 } + {$IFDEF VER135} + {$DEFINE DELPHI1UP} + {$DEFINE DELPHI2UP} + {$DEFINE DELPHI3UP} + {$DEFINE DELPHI4UP} + {$DEFINE DELPHI5UP} + {$DEFINE CBUILDER} + {$DEFINE CBUILDER5} + {$DEFINE CBUILDER1UP} + {$DEFINE CBUILDER3UP} + {$DEFINE CBUILDER4UP} + {$DEFINE CBUILDER5UP} + {$ENDIF} + + { defines for Delphi 6.0 } + {$IFDEF VER140} + {$DEFINE VER140UP} + {$DEFINE DELPHI} + {$DEFINE DELPHI6} + {$DEFINE DELPHI1UP} + {$DEFINE DELPHI2UP} + {$DEFINE DELPHI3UP} + {$DEFINE DELPHI4UP} + {$DEFINE DELPHI5UP} + {$DEFINE DELPHI6UP} + {$ENDIF} + + { defines for Delphi 7.0 } + {$IFDEF VER150} + {$DEFINE VER140UP} + {$DEFINE DELPHI} + {$DEFINE DELPHI7} + {$DEFINE DELPHI1UP} + {$DEFINE DELPHI2UP} + {$DEFINE DELPHI3UP} + {$DEFINE DELPHI4UP} + {$DEFINE DELPHI5UP} + {$DEFINE DELPHI6UP} + {$DEFINE DELPHI7UP} + {$ENDIF} + + { defines for Delphi 2005 } + {$IFDEF VER170} + {$DEFINE VER140UP} + {$DEFINE DELPHI} + {$DEFINE DELPHI9} + {$DEFINE DELPHI2005} + {$DEFINE DELPHI1UP} + {$DEFINE DELPHI2UP} + {$DEFINE DELPHI3UP} + {$DEFINE DELPHI4UP} + {$DEFINE DELPHI5UP} + {$DEFINE DELPHI6UP} + {$DEFINE DELPHI7UP} + {$DEFINE DELPHI9UP} + {$DEFINE DELPHI2005UP} + {$DEFINE BDS} + {$DEFINE BDS3} + {$DEFINE BDS3UP} + {$ENDIF} + + { defines for Delphi 2006 } + {$IFDEF VER180} + {$DEFINE VER140UP} + {$DEFINE DELPHI} + {$DEFINE DELPHI10} + {$DEFINE DELPHI2006} + {$DEFINE DELPHI1UP} + {$DEFINE DELPHI2UP} + {$DEFINE DELPHI3UP} + {$DEFINE DELPHI4UP} + {$DEFINE DELPHI5UP} + {$DEFINE DELPHI6UP} + {$DEFINE DELPHI7UP} + {$DEFINE DELPHI9UP} + {$DEFINE DELPHI10A} + {$DEFINE DELPHI10UP} + {$DEFINE DELPHI2005UP} + {$DEFINE DELPHI2006UP} + {$DEFINE BDS} + {$DEFINE BDS4} + {$DEFINE BDS3UP} + {$DEFINE BDS4UP} + {$ENDIF} + + { defines for Delphi 2007 } + {$IFDEF VER185} + {$UNDEF DELPHI10A} // declared in VER180 + {$UNDEF DELPHI2006} // declared in VER180 + {$UNDEF BDS4} // declared in VER180 + + {$DEFINE DELPHI10B} + {$DEFINE DELPHI2007} + {$DEFINE DELPHI2007UP} + {$DEFINE BDS5} + {$DEFINE BDS5UP} + {$ENDIF} + + + {$IFDEF WIN32} + {$DEFINE MSWINDOWS} //not automatically defined for Delphi 2 thru 5 + {$DEFINE 32BIT} + {$ENDIF} + +{$ENDIF MSWINDOWS} + +{ defines for "Delphi for .NET" } +{$IFDEF CLR} + {$DEFINE DOTNET} +{$ENDIF} + +{$IFDEF DELPHI} + {$IFDEF DELPHI2UP} + {$DEFINE DELPHI_32BIT} + {$ENDIF} +{$ENDIF} + +{$IFDEF CBUILDER} + {$DEFINE CBUILDER_32BIT} +{$ENDIF} + +{ defines for Kylix 1.0 thru 3.0 } +{$IFDEF LINUX} + + {$DEFINE VER140UP} + + { Any Kylix } + {$DEFINE 32BIT} + {$DEFINE LINUX32} + {$DEFINE KYLIX_32BIT} + {$DEFINE KYLIX} + {$DEFINE KYLIX1UP} + + {$IFDEF CONDITIONALEXPRESSIONS} + {$IF Declared(CompilerVersion)} + + { Kylix 2.0 } + {$IF Declared(RTLVersion) and (RTLVersion = 14.1)} + {$DEFINE KYLIX2} + {$DEFINE KYLIX1UP} + {$DEFINE KYLIX2UP} + {$IFEND} + + { Kylix 3.0 - Delphi portion } + {$IF Declared(RTLVersion) and (RTLVersion = 14.5)} + {$DEFINE KYLIX3} + {$DEFINE KYLIX1UP} + {$DEFINE KYLIX2UP} + {$DEFINE KYLIX3UP} + {$IFEND} + + { Kylix 1.0 } + {$ELSE} + {$DEFINE KYLIX1} + {$IFEND} + {$ENDIF CONDITIONALEXPRESSIONS} + +{$ENDIF LINUX} diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/httpsend.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/httpsend.dcu new file mode 100644 index 0000000..7d1e262 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/httpsend.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/synacode.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/synacode.dcu new file mode 100644 index 0000000..79a9550 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/synacode.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/synafpc.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/synafpc.dcu new file mode 100644 index 0000000..f6270f3 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/synafpc.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/synaip.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/synaip.dcu new file mode 100644 index 0000000..be0548d Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/synaip.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/synautil.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/synautil.dcu new file mode 100644 index 0000000..2768c14 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/synautil.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/synsock.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/synsock.dcu new file mode 100644 index 0000000..410e916 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/synsock.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uIPAsyncHttpServer.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uIPAsyncHttpServer.dcu new file mode 100644 index 0000000..ff914b3 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uIPAsyncHttpServer.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uIPAsyncSocket.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uIPAsyncSocket.dcu new file mode 100644 index 0000000..7939ffb Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uIPAsyncSocket.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uIPHttpHeaders.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uIPHttpHeaders.dcu new file mode 100644 index 0000000..31ef2fd Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uIPHttpHeaders.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROAsync.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROAsync.dcu new file mode 100644 index 0000000..d406003 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROAsync.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROAsyncResponseStorage.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROAsyncResponseStorage.dcu new file mode 100644 index 0000000..ce53430 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROAsyncResponseStorage.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROBPDXHTTPServer.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROBPDXHTTPServer.dcu new file mode 100644 index 0000000..0436563 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROBPDXHTTPServer.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROBPDXTCPServer.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROBPDXTCPServer.dcu new file mode 100644 index 0000000..3d532d2 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROBPDXTCPServer.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROBaseSuperHttpChannel.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROBaseSuperHttpChannel.dcu new file mode 100644 index 0000000..0d0c00d Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROBaseSuperHttpChannel.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROBaseSuperHttpServer.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROBaseSuperHttpServer.dcu new file mode 100644 index 0000000..c46b122 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROBaseSuperHttpServer.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROBinMessage.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROBinMessage.dcu new file mode 100644 index 0000000..bf3d0b2 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROBinMessage.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROBinaryHelpers.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROBinaryHelpers.dcu new file mode 100644 index 0000000..2ec2fa0 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROBinaryHelpers.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROBroadcastChannel.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROBroadcastChannel.dcu new file mode 100644 index 0000000..9ac7449 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROBroadcastChannel.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROBroadcastServer.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROBroadcastServer.dcu new file mode 100644 index 0000000..c5be8e8 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROBroadcastServer.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROCipher.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROCipher.dcu new file mode 100644 index 0000000..70c9ae9 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROCipher.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROCipher1.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROCipher1.dcu new file mode 100644 index 0000000..48c9de2 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROCipher1.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROCiphers.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROCiphers.dcu new file mode 100644 index 0000000..caa2c81 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROCiphers.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROClassFactories.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROClassFactories.dcu new file mode 100644 index 0000000..8d0e92a Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROClassFactories.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROClasses.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROClasses.dcu new file mode 100644 index 0000000..eca863c Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROClasses.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROClient.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROClient.dcu new file mode 100644 index 0000000..ded1041 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROClient.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROClientIntf.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROClientIntf.dcu new file mode 100644 index 0000000..34157b5 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROClientIntf.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROComboService.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROComboService.dcu new file mode 100644 index 0000000..3803435 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROComboService.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROCompression.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROCompression.dcu new file mode 100644 index 0000000..d2ef3c3 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROCompression.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODBSessionManager.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODBSessionManager.dcu new file mode 100644 index 0000000..4adbf43 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODBSessionManager.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODECConst.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODECConst.dcu new file mode 100644 index 0000000..480d15e Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODECConst.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODECUtil.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODECUtil.dcu new file mode 100644 index 0000000..8ece78d Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODECUtil.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODL.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODL.dcu new file mode 100644 index 0000000..a4d0a91 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODL.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODLLChannel.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODLLChannel.dcu new file mode 100644 index 0000000..30cfff3 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODLLChannel.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODLLHelpers.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODLLHelpers.dcu new file mode 100644 index 0000000..0a88ea3 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODLLHelpers.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODLToWSDL.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODLToWSDL.dcu new file mode 100644 index 0000000..c5bbdec Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODLToWSDL.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODLToXML.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODLToXML.dcu new file mode 100644 index 0000000..8479e22 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODLToXML.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODXHTTPHeaderTools.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODXHTTPHeaderTools.dcu new file mode 100644 index 0000000..7f7c5e4 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODXHTTPHeaderTools.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODXHTTPServerCore.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODXHTTPServerCore.dcu new file mode 100644 index 0000000..95a2b33 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODXHTTPServerCore.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODXISAPI.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODXISAPI.dcu new file mode 100644 index 0000000..a7223a0 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODXISAPI.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODXISAPIFilter.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODXISAPIFilter.dcu new file mode 100644 index 0000000..2289a7f Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODXISAPIFilter.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODXSecurity.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODXSecurity.dcu new file mode 100644 index 0000000..dd19808 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODXSecurity.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODXServerCore.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODXServerCore.dcu new file mode 100644 index 0000000..048ccf7 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODXServerCore.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODXSessionTracker.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODXSessionTracker.dcu new file mode 100644 index 0000000..3492397 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODXSessionTracker.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODXSock.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODXSock.dcu new file mode 100644 index 0000000..ffd6115 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODXSock.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODXSockClient.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODXSockClient.dcu new file mode 100644 index 0000000..3624e72 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODXSockClient.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODXSocket.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODXSocket.dcu new file mode 100644 index 0000000..79a53db Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODXSocket.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODXString.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODXString.dcu new file mode 100644 index 0000000..7d168ce Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODXString.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODataSnapBaseAppServer.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODataSnapBaseAppServer.dcu new file mode 100644 index 0000000..7bbdba5 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODataSnapBaseAppServer.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODataSnapConnection.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODataSnapConnection.dcu new file mode 100644 index 0000000..0c4b355 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODataSnapConnection.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODataSnapModule.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODataSnapModule.dcu new file mode 100644 index 0000000..614675c Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODataSnapModule.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODataSnapNewServerModuleWizard.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODataSnapNewServerModuleWizard.dcu new file mode 100644 index 0000000..91a9ee9 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODataSnapNewServerModuleWizard.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODataSnapProviderManager.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODataSnapProviderManager.dcu new file mode 100644 index 0000000..675a84b Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODataSnapProviderManager.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODataSnapProviderPublisher.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODataSnapProviderPublisher.dcu new file mode 100644 index 0000000..805a1fa Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODataSnapProviderPublisher.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODataSnapPublishedProvidersCollection.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODataSnapPublishedProvidersCollection.dcu new file mode 100644 index 0000000..b720425 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODataSnapPublishedProvidersCollection.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODataSnapRes.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODataSnapRes.dcu new file mode 100644 index 0000000..cc4e027 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODataSnapRes.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODataSnap_Async.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODataSnap_Async.dcu new file mode 100644 index 0000000..9541c29 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODataSnap_Async.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODataSnap_Intf.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODataSnap_Intf.dcu new file mode 100644 index 0000000..217755c Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODataSnap_Intf.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODataSnap_Invk.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODataSnap_Invk.dcu new file mode 100644 index 0000000..f7116ce Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODataSnap_Invk.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODiscovery.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODiscovery.dcu new file mode 100644 index 0000000..a7b6e12 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODiscovery.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODiscoveryService_Impl.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODiscoveryService_Impl.dcu new file mode 100644 index 0000000..584544c Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODiscoveryService_Impl.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODiscovery_Async.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODiscovery_Async.dcu new file mode 100644 index 0000000..9a0dc7c Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODiscovery_Async.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODiscovery_Intf.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODiscovery_Intf.dcu new file mode 100644 index 0000000..467367f Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODiscovery_Intf.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODiscovery_Invk.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODiscovery_Invk.dcu new file mode 100644 index 0000000..87a2d92 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODiscovery_Invk.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODynamicRequest.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODynamicRequest.dcu new file mode 100644 index 0000000..c7b2a3f Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRODynamicRequest.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROEncryption.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROEncryption.dcu new file mode 100644 index 0000000..d9ebef4 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROEncryption.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROEventRepository.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROEventRepository.dcu new file mode 100644 index 0000000..d1167d4 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROEventRepository.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROHCMngr.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROHCMngr.dcu new file mode 100644 index 0000000..a7b3b20 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROHCMngr.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROHTTPDispatch.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROHTTPDispatch.dcu new file mode 100644 index 0000000..980d533 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROHTTPDispatch.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROHTTPTools.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROHTTPTools.dcu new file mode 100644 index 0000000..14cf92a Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROHTTPTools.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROHash.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROHash.dcu new file mode 100644 index 0000000..79bc508 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROHash.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROHtmlServerInfo.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROHtmlServerInfo.dcu new file mode 100644 index 0000000..da708da Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROHtmlServerInfo.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROIdeOnly.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROIdeOnly.dcu new file mode 100644 index 0000000..d1e2722 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROIdeOnly.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROIndyEmail.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROIndyEmail.dcu new file mode 100644 index 0000000..3480e17 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROIndyEmail.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROIndyEmailChannel.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROIndyEmailChannel.dcu new file mode 100644 index 0000000..e61c82a Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROIndyEmailChannel.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROIndyEmailServer.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROIndyEmailServer.dcu new file mode 100644 index 0000000..6c8e23f Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROIndyEmailServer.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROIndyHTTPChannel.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROIndyHTTPChannel.dcu new file mode 100644 index 0000000..93a3a11 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROIndyHTTPChannel.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROIndyHTTPServer.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROIndyHTTPServer.dcu new file mode 100644 index 0000000..564bf3b Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROIndyHTTPServer.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROIndySuperHttpChannel.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROIndySuperHttpChannel.dcu new file mode 100644 index 0000000..0b6edee Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROIndySuperHttpChannel.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROIndyTCPChannel.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROIndyTCPChannel.dcu new file mode 100644 index 0000000..8d202c3 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROIndyTCPChannel.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROIndyTCPServer.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROIndyTCPServer.dcu new file mode 100644 index 0000000..bf93555 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROIndyTCPServer.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROIndyUDPChannel.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROIndyUDPChannel.dcu new file mode 100644 index 0000000..e197eb1 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROIndyUDPChannel.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROIndyUDPServer.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROIndyUDPServer.dcu new file mode 100644 index 0000000..01584c2 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROIndyUDPServer.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROIpSuperHttpServer.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROIpSuperHttpServer.dcu new file mode 100644 index 0000000..7d1879c Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROIpSuperHttpServer.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROLocalChannel.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROLocalChannel.dcu new file mode 100644 index 0000000..def0505 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROLocalChannel.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROLocalServer.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROLocalServer.dcu new file mode 100644 index 0000000..5020521 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROLocalServer.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROMSXML2_TLB.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROMSXML2_TLB.dcu new file mode 100644 index 0000000..c3870d9 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROMSXML2_TLB.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROMSXMLImpl.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROMSXMLImpl.dcu new file mode 100644 index 0000000..ee4d8e6 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROMSXMLImpl.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROMasterServerEventRepository.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROMasterServerEventRepository.dcu new file mode 100644 index 0000000..5c9fed6 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROMasterServerEventRepository.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROMasterServerSessionManager.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROMasterServerSessionManager.dcu new file mode 100644 index 0000000..16fe4ae Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROMasterServerSessionManager.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRONamedPipeChannel.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRONamedPipeChannel.dcu new file mode 100644 index 0000000..d13e582 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRONamedPipeChannel.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRONamedPipeServer.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRONamedPipeServer.dcu new file mode 100644 index 0000000..c7af981 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRONamedPipeServer.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROOpenXMLImpl.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROOpenXMLImpl.dcu new file mode 100644 index 0000000..796ad17 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROOpenXMLImpl.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROPleaseWaitForm.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROPleaseWaitForm.dcu new file mode 100644 index 0000000..3f32454 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROPleaseWaitForm.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROPostMessage.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROPostMessage.dcu new file mode 100644 index 0000000..ff4ade2 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROPostMessage.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROPoweredByRemObjectsButton.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROPoweredByRemObjectsButton.dcu new file mode 100644 index 0000000..8d620f1 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROPoweredByRemObjectsButton.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRORFC2289.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRORFC2289.dcu new file mode 100644 index 0000000..5906ef4 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRORFC2289.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRORemoteDataModule.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRORemoteDataModule.dcu new file mode 100644 index 0000000..3b8bcca Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRORemoteDataModule.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRORemoteService.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRORemoteService.dcu new file mode 100644 index 0000000..0ff2ded Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRORemoteService.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRORes.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRORes.dcu new file mode 100644 index 0000000..9f9665c Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRORes.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRORng.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRORng.dcu new file mode 100644 index 0000000..8dbe571 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uRORng.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROSCHelpers.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROSCHelpers.dcu new file mode 100644 index 0000000..f41d80b Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROSCHelpers.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROSOAPMessage.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROSOAPMessage.dcu new file mode 100644 index 0000000..166f674 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROSOAPMessage.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROSerializer.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROSerializer.dcu new file mode 100644 index 0000000..94011e4 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROSerializer.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROServer.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROServer.dcu new file mode 100644 index 0000000..077a013 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROServer.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROServerIntf.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROServerIntf.dcu new file mode 100644 index 0000000..425416b Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROServerIntf.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROServerMultiMessage.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROServerMultiMessage.dcu new file mode 100644 index 0000000..9204dd5 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROServerMultiMessage.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROServiceComponent.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROServiceComponent.dcu new file mode 100644 index 0000000..82cec36 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROServiceComponent.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROSessions.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROSessions.dcu new file mode 100644 index 0000000..59a2d08 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROSessions.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROStreamSerializer.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROStreamSerializer.dcu new file mode 100644 index 0000000..aba83a0 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROStreamSerializer.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROStreamUtils.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROStreamUtils.dcu new file mode 100644 index 0000000..ede2d41 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROStreamUtils.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROSuperTCPChannel.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROSuperTCPChannel.dcu new file mode 100644 index 0000000..2daecd7 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROSuperTCPChannel.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROSuperTCPServer.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROSuperTCPServer.dcu new file mode 100644 index 0000000..a81ca0e Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROSuperTCPServer.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROSynapseHTTPChannel.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROSynapseHTTPChannel.dcu new file mode 100644 index 0000000..de3287c Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROSynapseHTTPChannel.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROSynapseSuperHttpChannel.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROSynapseSuperHttpChannel.dcu new file mode 100644 index 0000000..a852e2e Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROSynapseSuperHttpChannel.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROThread.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROThread.dcu new file mode 100644 index 0000000..e85a17b Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROThread.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROThreadPool.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROThreadPool.dcu new file mode 100644 index 0000000..90a3b3a Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROThreadPool.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROTypes.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROTypes.dcu new file mode 100644 index 0000000..f20410f Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROTypes.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROUnicodeConv.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROUnicodeConv.dcu new file mode 100644 index 0000000..44bb8ee Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROUnicodeConv.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROWebBrokerServer.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROWebBrokerServer.dcu new file mode 100644 index 0000000..47b7db8 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROWebBrokerServer.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROWinInetHttpChannel.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROWinInetHttpChannel.dcu new file mode 100644 index 0000000..12f9a95 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROWinInetHttpChannel.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROWinMessageChannel.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROWinMessageChannel.dcu new file mode 100644 index 0000000..73e79bb Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROWinMessageChannel.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROWinMessageServer.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROWinMessageServer.dcu new file mode 100644 index 0000000..ddee67b Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROWinMessageServer.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROXDOM_2_3.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROXDOM_2_3.dcu new file mode 100644 index 0000000..ffc4b98 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROXDOM_2_3.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROXMLIntf.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROXMLIntf.dcu new file mode 100644 index 0000000..0265dd5 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROXMLIntf.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROXMLSerializer.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROXMLSerializer.dcu new file mode 100644 index 0000000..0e95f38 Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROXMLSerializer.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROXmlRpcMessage.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROXmlRpcMessage.dcu new file mode 100644 index 0000000..a2316ea Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROXmlRpcMessage.dcu differ diff --git a/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROZLib.dcu b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROZLib.dcu new file mode 100644 index 0000000..197e49b Binary files /dev/null and b/internal/5.0.23.613/1/RemObjects SDK for Delphi/Dcu/D10/uROZLib.dcu differ