summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-20 20:43:08 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-20 20:43:08 +0000
commit0057502d9aff9d02725e46f08aa1bb15d6a730ff (patch)
tree024c1aedecb98272fa42db94f9152c36dd7d7f6b
parente7f8544481079ea528bd56323000f2351fe17f3d (diff)
downloadATCD-0057502d9aff9d02725e46f08aa1bb15d6a730ff.tar.gz
Fixed some warnings.
-rw-r--r--TAO/examples/Quoter/Quoter_i.cpp2
-rw-r--r--TAO/examples/Quoter/Quoter_i.h2
2 files changed, 1 insertions, 3 deletions
diff --git a/TAO/examples/Quoter/Quoter_i.cpp b/TAO/examples/Quoter/Quoter_i.cpp
index ea9a76ff412..5fd249484af 100644
--- a/TAO/examples/Quoter/Quoter_i.cpp
+++ b/TAO/examples/Quoter/Quoter_i.cpp
@@ -253,8 +253,6 @@ Quoter_i::copy (CosLifeCycle::FactoryFinder_ptr there,
ACE_THROW_RETURN (CosLifeCycle::NoFactory (), CosLifeCycle::LifeCycleObject::_nil());
}
ACE_ENDTRY;
-
- return CosLifeCycle::LifeCycleObject::_nil();
}
diff --git a/TAO/examples/Quoter/Quoter_i.h b/TAO/examples/Quoter/Quoter_i.h
index 4799cd6310a..0be4e4c6f3d 100644
--- a/TAO/examples/Quoter/Quoter_i.h
+++ b/TAO/examples/Quoter/Quoter_i.h
@@ -90,7 +90,7 @@ public:
~Quoter_Factory_i (void);
// Destructor.
- int Quoter_Factory_i::init (CORBA::Environment &ACE_TRY_ENV);
+ int init (CORBA::Environment &ACE_TRY_ENV);
// Initialize everything in the factory
virtual Stock::Quoter_ptr create_quoter (const char *name,