aboutsummaryrefslogtreecommitdiff
path: root/xsde/cxx/hybrid/extraction-source.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsde/cxx/hybrid/extraction-source.cxx')
-rw-r--r--xsde/cxx/hybrid/extraction-source.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/xsde/cxx/hybrid/extraction-source.cxx b/xsde/cxx/hybrid/extraction-source.cxx
index 8b314f5..413ffdc 100644
--- a/xsde/cxx/hybrid/extraction-source.cxx
+++ b/xsde/cxx/hybrid/extraction-source.cxx
@@ -41,7 +41,7 @@ namespace CXX
if (!name)
return;
- for (Streams::ConstIterator i (istreams.begin ());
+ for (NarrowStrings::const_iterator i (istreams.begin ());
i != istreams.end (); ++i)
{
os << (exceptions ? "void" : "bool") << endl
@@ -86,7 +86,7 @@ namespace CXX
if (!name)
return;
- for (Streams::ConstIterator i (istreams.begin ());
+ for (NarrowStrings::const_iterator i (istreams.begin ());
i != istreams.end (); ++i)
{
os << (exceptions ? "void" : "bool") << endl
@@ -126,7 +126,7 @@ namespace CXX
String const& value (u.context ().get<String> ("value"));
- for (Streams::ConstIterator i (istreams.begin ());
+ for (NarrowStrings::const_iterator i (istreams.begin ());
i != istreams.end (); ++i)
{
os << (exceptions ? "void" : "bool") << endl
@@ -980,7 +980,7 @@ namespace CXX
String const& type (etype (a));
String const& scope (Context::scope (a));
- for (Streams::ConstIterator i (istreams.begin ());
+ for (NarrowStrings::const_iterator i (istreams.begin ());
i != istreams.end (); ++i)
{
os << (exceptions ? "void" : "bool") << endl
@@ -1023,7 +1023,7 @@ namespace CXX
String const& type (etype (c));
String const& scope (Context::scope (c));
- for (Streams::ConstIterator i (istreams.begin ());
+ for (NarrowStrings::const_iterator i (istreams.begin ());
i != istreams.end (); ++i)
{
os << (exceptions ? "void" : "bool") << endl
@@ -1089,7 +1089,7 @@ namespace CXX
String const& type (etype (s));
String const& scope (Context::scope (s));
- for (Streams::ConstIterator i (istreams.begin ());
+ for (NarrowStrings::const_iterator i (istreams.begin ());
i != istreams.end (); ++i)
{
os << (exceptions ? "void" : "bool") << endl
@@ -1188,7 +1188,7 @@ namespace CXX
Boolean restriction (restriction_p (c));
- for (Streams::ConstIterator i (istreams.begin ());
+ for (NarrowStrings::const_iterator i (istreams.begin ());
i != istreams.end (); ++i)
{
os << (exceptions ? "void" : "bool") << endl