summaryrefslogtreecommitdiff
path: root/TAO/docs/tutorials/Quoter/On_Demand_Activation/index.html
diff options
context:
space:
mode:
authordoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-05 00:26:21 +0000
committerdoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-05 00:26:21 +0000
commitf077ee70072fdc7e05839231341e670d912aca10 (patch)
treef38a47729a901c20b3066fdd379618dfcc75f289 /TAO/docs/tutorials/Quoter/On_Demand_Activation/index.html
parent1a503100e8ed01c200cb96d92bd5a8aaac53110b (diff)
downloadATCD-f077ee70072fdc7e05839231341e670d912aca10.tar.gz
ChangeLogTag:Thu May 4 17:25:07 2000 Priyanka Gontla <pgontla@ece.uci.edu>
Diffstat (limited to 'TAO/docs/tutorials/Quoter/On_Demand_Activation/index.html')
-rw-r--r--TAO/docs/tutorials/Quoter/On_Demand_Activation/index.html12
1 files changed, 5 insertions, 7 deletions
diff --git a/TAO/docs/tutorials/Quoter/On_Demand_Activation/index.html b/TAO/docs/tutorials/Quoter/On_Demand_Activation/index.html
index 2034c2db428..89cca15c803 100644
--- a/TAO/docs/tutorials/Quoter/On_Demand_Activation/index.html
+++ b/TAO/docs/tutorials/Quoter/On_Demand_Activation/index.html
@@ -77,8 +77,7 @@
virtual PortableServer::Servant preinvoke (const PortableServer::ObjectId &oid,
PortableServer::POA_ptr poa,
const char * operation,
- void * & cookie,
- CORBA::Environment&)
+ void * & cookie)
throw (CORBA::SystemException, PortableServer::ForwardRequest);
// Postinvoke function
@@ -86,8 +85,7 @@
PortableServer::POA_ptr poa,
const char * operation,
void * cookie,
- PortableServer::Servant servant,
- CORBA::Environment&)
+ PortableServer::Servant servant)
throw (CORBA::SystemException);
private:
@@ -97,8 +95,8 @@
<P>In the implementation of the <CODE>preinvoke</CODE> operation, we check if
the object ID is valid and then check for the servant we want to
create and create adn return the requested servant.
- </P>
- <P>
+ <PRE>
+ <PRE>
PortableServer::Servant
Quoter_Stock_Factory_Locator_i::preinvoke (const PortableServer::ObjectId &oid,
PortableServer::POA_ptr poa,
@@ -271,7 +269,7 @@
<address><a href="mailto:pgontla@ece.uci.edu">Priyanka Gontla</a></address>
<!-- Created: Mon May 1 11:08:56 PDT 2000 -->
<!-- hhmts start -->
-Last modified: Tue May 2 11:41:26 PDT 2000
+Last modified: Thu May 4 17:25:01 PDT 2000
<!-- hhmts end -->
</body>
</html>