summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1627_Regression/Test_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_1627_Regression/Test_i.cpp')
-rw-r--r--TAO/tests/Bug_1627_Regression/Test_i.cpp21
1 files changed, 21 insertions, 0 deletions
diff --git a/TAO/tests/Bug_1627_Regression/Test_i.cpp b/TAO/tests/Bug_1627_Regression/Test_i.cpp
new file mode 100644
index 00000000000..70ccbb17d47
--- /dev/null
+++ b/TAO/tests/Bug_1627_Regression/Test_i.cpp
@@ -0,0 +1,21 @@
+//
+// $Id$
+//
+#include "Test_i.h"
+
+Test_i::Test_i()
+{
+ // Noop
+}
+
+Test_i::~Test_i()
+{
+ // Noop
+}
+
+void
+Test_i::test_method (ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
+ ACE_THROW_SPEC ((CORBA::SystemException))
+{
+ // Noop
+}