summaryrefslogtreecommitdiff
path: root/ACE/ACEXML/common/Locator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ACEXML/common/Locator.cpp')
-rw-r--r--ACE/ACEXML/common/Locator.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/ACE/ACEXML/common/Locator.cpp b/ACE/ACEXML/common/Locator.cpp
new file mode 100644
index 00000000000..5de6d3a1516
--- /dev/null
+++ b/ACE/ACEXML/common/Locator.cpp
@@ -0,0 +1,11 @@
+#include "Locator.h"
+
+
+ACE_RCSID (common,
+ Locator,
+ "$Id$")
+
+
+ACEXML_Locator::~ACEXML_Locator (void)
+{
+}