summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/Register_Initial_References/test_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/Register_Initial_References/test_i.cpp')
-rw-r--r--TAO/tests/Portable_Interceptors/Register_Initial_References/test_i.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/TAO/tests/Portable_Interceptors/Register_Initial_References/test_i.cpp b/TAO/tests/Portable_Interceptors/Register_Initial_References/test_i.cpp
new file mode 100644
index 00000000000..9f1c4e44e7a
--- /dev/null
+++ b/TAO/tests/Portable_Interceptors/Register_Initial_References/test_i.cpp
@@ -0,0 +1,16 @@
+// -*- C++ -*-
+
+#include "test_i.h"
+
+ACE_RCSID (Register_Initial_References,
+ test_i,
+ "$Id$")
+
+test_i::test_i (void)
+{
+}
+
+test_i::~test_i (void)
+{
+}
+