summaryrefslogtreecommitdiff
path: root/TAO/examples/Quoter/Generic_Factory_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Quoter/Generic_Factory_i.h')
-rw-r--r--TAO/examples/Quoter/Generic_Factory_i.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/examples/Quoter/Generic_Factory_i.h b/TAO/examples/Quoter/Generic_Factory_i.h
index 94c153d21fb..f66c5fedb70 100644
--- a/TAO/examples/Quoter/Generic_Factory_i.h
+++ b/TAO/examples/Quoter/Generic_Factory_i.h
@@ -48,7 +48,8 @@ public:
private:
CosNaming::NamingContext_ptr get_naming_context (const CosLifeCycle::Key &factory_key,
- CORBA::Environment &);
+ CORBA::Environment &env_here,
+ CORBA::Environment &_env_there);
// a helper to get the proper naming context.
};