summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-02-12 19:31:08 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-02-12 19:31:08 +0000
commit4e063b7904a19a0678886c45acba06285b925675 (patch)
tree54d96351376315893242057d30c56a8a2246e1ce
parentc34656c799bac478474373ba63ff43a4785bcee5 (diff)
downloadATCD-4e063b7904a19a0678886c45acba06285b925675.tar.gz
Mon Feb 12 19:20:06 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/tests/OBV/Supports/Supports_Test_impl.cpp2
-rw-r--r--TAO/tests/OBV/Supports/Supports_Test_impl.h2
2 files changed, 1 insertions, 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 :