summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-10-08 19:42:22 +0000
committerkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-10-08 19:42:22 +0000
commit372ef19890b18043f90f55535267c99225d3fd88 (patch)
treec82a29c006d23abd40d1ed7b0f2e993f8d8ffdbb
parent28a8b2c6082e5d471e1264192331655df0b2f9f8 (diff)
downloadATCD-372ef19890b18043f90f55535267c99225d3fd88.tar.gz
Added Implementation Issues
-rw-r--r--TAO/docs/Smart_Proxies.html16
1 files changed, 15 insertions, 1 deletions
diff --git a/TAO/docs/Smart_Proxies.html b/TAO/docs/Smart_Proxies.html
index 0664f3f2a75..607fa505dc4 100644
--- a/TAO/docs/Smart_Proxies.html
+++ b/TAO/docs/Smart_Proxies.html
@@ -15,6 +15,7 @@ bgcolor="#ffffff">
<li><a href="#Introduction">Introduction</a>
<li><a href="#Design Issues">Design Issues</a>
<li><a href="#Design Overview">Design Overview</a>
+ <li><a href="#Implementation Issues">Implementation Issues</a>
<li><a href="#Acknowledgements">Acknowledgements</a>
<li><a href="#ref">References</a>
</ul>
@@ -319,6 +320,20 @@ interface_ptr _unchecked_narrow (CORBA::Object obj,
</pre>
+<h2><a name="Implementation Issues">Implementation Issues</a></h2>
+
+<p> 1) Native exceptions? How are these to be handled?</p>
+<p> Maybe just put it in the IDL compiler and generate code for pure
+exception code or not based on the -Ge option.
+
+<p> 2) What if the user wants to have a smart proxy which inherits from
+many interfaces?</p>
+<p> First have different smart proxies which inherit from the
+DefaultSmartProxy (every default smart proxy is for an interface) and
+then have a new smart proxy inheriting from the previously created
+smart proxies. But remember: the SmartProxyFactory should create the
+final smart proxy thru its create_proxy () method.
+
<h2><a name="Acknowledgements">Acknowledgements</a></h2>
<P><a href="mailto:nanbor@cs.wustl.edu">Nanbor Wang</a> and <a
@@ -330,7 +345,6 @@ designing and discussing this feature.
<p> CORBA Distributed Objects using Orbix - Sean Baker </p>
<p> Visigenic Documentation </p>
-
<p><h2>Last update:</h2></p>
<p> Date: 21thSept99</p>