From 4e063b7904a19a0678886c45acba06285b925675 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Mon, 12 Feb 2007 19:31:08 +0000 Subject: Mon Feb 12 19:20:06 UTC 2007 Johnny Willemsen --- TAO/tests/OBV/Supports/Supports_Test_impl.cpp | 2 +- TAO/tests/OBV/Supports/Supports_Test_impl.h | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/TAO/tests/OBV/Supports/Supports_Test_impl.cpp b/TAO/tests/OBV/Supports/Supports_Test_impl.cpp index b83008c9a15..af9ec632601 100644 --- a/TAO/tests/OBV/Supports/Supports_Test_impl.cpp +++ b/TAO/tests/OBV/Supports/Supports_Test_impl.cpp @@ -153,7 +153,7 @@ test_impl::pass_vt_graph_inout ( } void -test_impl::start (void) ACE_THROW_SPEC ((CORBA::SystemException)) +test_impl::start (void) { } diff --git a/TAO/tests/OBV/Supports/Supports_Test_impl.h b/TAO/tests/OBV/Supports/Supports_Test_impl.h index a5bf624df2f..976f570a3eb 100644 --- a/TAO/tests/OBV/Supports/Supports_Test_impl.h +++ b/TAO/tests/OBV/Supports/Supports_Test_impl.h @@ -40,7 +40,6 @@ class node_init_impl : public Supports_Test::Node_init virtual Supports_Test::Node * create (void); virtual CORBA::ValueBase * create_for_unmarshal (void); - }; @@ -61,7 +60,6 @@ class vt_graph_impl : virtual void add_node (const char * name); virtual void print (void); - }; class vt_graph_init_impl : -- cgit v1.2.1