aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/hybrid/sequences/driver.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-04-12 16:06:13 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-04-12 16:06:13 +0200
commit205ef24bc692e0958f2e379f3d8fd18c0e8e2eaa (patch)
treedc77991d548032abb8009c853bb226f5b5a77efa /tests/cxx/hybrid/sequences/driver.cxx
parentb11451f35bf449a76d1f777b6629b25f46f6ff95 (diff)
Use the actual sequence template names
Can't use their using-declarations from the xml_schema namespace because of the broken eVC++ 4.0.
Diffstat (limited to 'tests/cxx/hybrid/sequences/driver.cxx')
-rw-r--r--tests/cxx/hybrid/sequences/driver.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cxx/hybrid/sequences/driver.cxx b/tests/cxx/hybrid/sequences/driver.cxx
index 441e73b..9358c19 100644
--- a/tests/cxx/hybrid/sequences/driver.cxx
+++ b/tests/cxx/hybrid/sequences/driver.cxx
@@ -17,6 +17,7 @@
#include <xsde/cxx/hybrid/sequence.hxx>
using std::string;
+using namespace xsde::cxx;
using namespace xsde::cxx::hybrid;
void data_destructor (void* p, size_t)