summaryrefslogtreecommitdiff
path: root/ACE/TAO/tests/IOR_Endpoint_Hostnames/bogus_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/tests/IOR_Endpoint_Hostnames/bogus_i.cpp')
-rw-r--r--ACE/TAO/tests/IOR_Endpoint_Hostnames/bogus_i.cpp18
1 files changed, 18 insertions, 0 deletions
diff --git a/ACE/TAO/tests/IOR_Endpoint_Hostnames/bogus_i.cpp b/ACE/TAO/tests/IOR_Endpoint_Hostnames/bogus_i.cpp
new file mode 100644
index 00000000000..fc4222d3e30
--- /dev/null
+++ b/ACE/TAO/tests/IOR_Endpoint_Hostnames/bogus_i.cpp
@@ -0,0 +1,18 @@
+// $Id$
+
+#include "bogus_i.h"
+
+ACE_RCSID (IOR_Endpoint_Hostnames, bogus_i, "$Id$")
+
+bogus::bogus()
+{
+}
+
+bogus::~bogus()
+{
+}
+
+void
+bogus::noop (void)
+{
+}