diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-03-20 20:43:08 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-03-20 20:43:08 +0000 |
commit | 0057502d9aff9d02725e46f08aa1bb15d6a730ff (patch) | |
tree | 024c1aedecb98272fa42db94f9152c36dd7d7f6b | |
parent | e7f8544481079ea528bd56323000f2351fe17f3d (diff) | |
download | ATCD-0057502d9aff9d02725e46f08aa1bb15d6a730ff.tar.gz |
Fixed some warnings.
-rw-r--r-- | TAO/examples/Quoter/Quoter_i.cpp | 2 | ||||
-rw-r--r-- | TAO/examples/Quoter/Quoter_i.h | 2 |
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, |