From 0cd3f13797b5308b9d4a04e8ad09805d45452da2 Mon Sep 17 00:00:00 2001 From: sjiang Date: Thu, 16 Mar 2006 15:53:36 +0000 Subject: ChangeLog Tag: Thu Mar 16 15:48:50 UTC 2006 jiang,shanshan --- TAO/orbsvcs/orbsvcs/CosEvent/CEC_Event_Loader.cpp | 2 -- TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedEventChannel.cpp | 4 ---- 2 files changed, 6 deletions(-) (limited to 'TAO/orbsvcs/orbsvcs/CosEvent') diff --git a/TAO/orbsvcs/orbsvcs/CosEvent/CEC_Event_Loader.cpp b/TAO/orbsvcs/orbsvcs/CosEvent/CEC_Event_Loader.cpp index aff46a59bb1..a627d07245e 100644 --- a/TAO/orbsvcs/orbsvcs/CosEvent/CEC_Event_Loader.cpp +++ b/TAO/orbsvcs/orbsvcs/CosEvent/CEC_Event_Loader.cpp @@ -434,8 +434,6 @@ TAO_CEC_Event_Loader::create_object (CORBA::ORB_ptr orb, return CORBA::Object::_nil (); } ACE_ENDTRY; - - return 0; } int diff --git a/TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedEventChannel.cpp b/TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedEventChannel.cpp index f2eb11a7d0d..9bb41874175 100644 --- a/TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedEventChannel.cpp +++ b/TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedEventChannel.cpp @@ -439,8 +439,6 @@ TAO_CEC_TypedEventChannel::consumer_register_uses_interace (const char *uses_int } return result; } - // Should not get here! - return -1; } // A supplier is attempting to register its supported_interface. @@ -505,8 +503,6 @@ TAO_CEC_TypedEventChannel::supplier_register_supported_interface (const char *su } return result; } - // Should not get here! - return -1; } // Function creates a NVList and populates it from the parameter information. -- cgit v1.2.1