Author:halw

Date:2008-12-30T17:32:00.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@149 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
halw
2008-12-30 17:32:00 +00:00
parent 60b62a6ce4
commit 53bda900f9
2 changed files with 3 additions and 1 deletions

View File

@@ -30,9 +30,11 @@ The generated Eiffel classes include:
* <eiffel>ECOM_STRING_REGISTRATION</eiffel>: This class contains the code required to register the component. * <eiffel>ECOM_STRING_REGISTRATION</eiffel>: This class contains the code required to register the component.
You do not need to modify or implement any classes. The wizard produces a ready-to-use component. You do not need to modify or implement any classes. The wizard produces a ready-to-use component.
{{tip|<br/> {{tip|<br/>
In most Eiffel systems functionality is spread out throughout the system. No single class exposes the full functionality of the system and can serve as a Facade to the outside world. Running the wizard on any such class would not be practical. Before starting the wizard write an Eiffel class that acts as a Facade and forwards client calls to the appropriate subsystems. Enter the Facade class name into '''Name of Eiffel facade class''' field. The wizard generates an IDL file from this class. }} In most Eiffel systems functionality is spread out throughout the system. No single class exposes the full functionality of the system and can serve as a Facade to the outside world. Running the wizard on any such class would not be practical. Before starting the wizard write an Eiffel class that acts as a Facade and forwards client calls to the appropriate subsystems. Enter the Facade class name into '''Name of Eiffel facade class''' field. The wizard generates an IDL file from this class. }}
{{seealso|<br/> {{seealso|<br/>
[[Creating a new COM component|Creating a new COM component]] <br/> [[Creating a new COM component|Creating a new COM component]] <br/>
[[Accessing a COM component|Accessing a COM component.]] }} [[Accessing a COM component|Accessing a COM component.]] }}