Clarify "which runtime?"

Author:vwheeler
Date:2014-04-10T21:55:38.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1297 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
vwheeler
2014-04-10 21:55:38 +00:00
parent be2f4168d3
commit 359547b1dd

View File

@@ -224,7 +224,7 @@ Because information on any interface cannot be accessed dynamically, the descrip
==EiffelCOM==
One idea behind EiffelCOM is that the details of how a component is accessed should be of no concern to an EiffelCOM programmer. Of course the programmer should be able to choose which kind of access he or she wants to use, but this choice should have no impact on the design of the Eiffel system itself. For that reason, the Eiffel code generated by the wizard follows the same architecture independently of the choice made for interface access and marshaling. The differences in access are handled in the runtime where the actual calls to the components are implemented.
One idea behind EiffelCOM is that the details of how a component is accessed should be of no concern to an EiffelCOM programmer. Of course the programmer should be able to choose which kind of access he or she wants to use, but this choice should have no impact on the design of the Eiffel system itself. For that reason, the Eiffel code generated by the wizard follows the same architecture independently of the choice made for interface access and marshaling. The differences in access are handled in the EiffelCOM runtime library where the actual calls to the components are implemented.
{{seealso|<br/>