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.cpp20
1 files changed, 20 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..ff714f3bbd6
--- /dev/null
+++ b/TAO/tests/Bug_1627_Regression/Test_i.cpp
@@ -0,0 +1,20 @@
+//
+// $Id$
+//
+#include "Test_i.h"
+
+Test_i::Test_i()
+{
+ // Noop
+}
+
+Test_i::~Test_i()
+{
+ // Noop
+}
+
+void
+Test_i::test_method (void)
+{
+ // Noop
+}