summaryrefslogtreecommitdiff
path: root/xsd/types.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-06-20 11:54:24 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-06-20 11:55:22 +0200
commitc04f7d6ed04d62efafa79a87bcde6c5f62e95327 (patch)
tree500cc93aed55b0809fe04e5a0b7020d9045c65c5 /xsd/types.hxx
parente14a3f91e6e51430bf9c6978f44c7f46114793fb (diff)
Completion of the CLI port
Diffstat (limited to 'xsd/types.hxx')
-rw-r--r--xsd/types.hxx15
1 files changed, 15 insertions, 0 deletions
diff --git a/xsd/types.hxx b/xsd/types.hxx
new file mode 100644
index 0000000..91be3ae
--- /dev/null
+++ b/xsd/types.hxx
@@ -0,0 +1,15 @@
+// file : xsd/types.hxx
+// author : Boris Kolpackov <boris@codesynthesis.com>
+// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
+
+#ifndef TYPES_HXX
+#define TYPES_HXX
+
+#include <vector>
+
+#include <cult/types.hxx>
+
+typedef std::vector<Cult::Types::NarrowString> NarrowStrings;
+
+#endif // TYPES_HXX