summaryrefslogtreecommitdiff
path: root/TAO/tao/IOR_Parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IOR_Parser.cpp')
-rw-r--r--TAO/tao/IOR_Parser.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/TAO/tao/IOR_Parser.cpp b/TAO/tao/IOR_Parser.cpp
new file mode 100644
index 00000000000..abc812d7f58
--- /dev/null
+++ b/TAO/tao/IOR_Parser.cpp
@@ -0,0 +1,14 @@
+// $Id$
+
+#include "tao/IOR_Parser.h"
+
+ACE_RCSID(tao, IOR_Parser, "$Id$")
+
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
+TAO_IOR_Parser::~TAO_IOR_Parser (void)
+{
+}
+
+TAO_END_VERSIONED_NAMESPACE_DECL