|
From: Teiniker E. <ego...@tu...> - 2003-11-21 15:13:19
|
Hi Leif! I have hacked the current version of the CppRemoteGeneratorImpl that we can generate the remote component logic for the attached example. Note that this is a hack version because the strategy to generate the adapter code within a single method does not cover all use cases we will have. Particular, when using recursive constructs (e.g. sequence of struct that has a sequence as member, etc.). Thus, I have to read the Henning/Vinoski book five times (again) to find a better solution! One possible way could be to generate adapter helper classes for each user-type and use these helper classes in the facet adapter methods - we will see... :-) Egon |