aboutsummaryrefslogtreecommitdiff
path: root/xsde/cxx/hybrid/insertion-source.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsde/cxx/hybrid/insertion-source.cxx')
-rw-r--r--xsde/cxx/hybrid/insertion-source.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/xsde/cxx/hybrid/insertion-source.cxx b/xsde/cxx/hybrid/insertion-source.cxx
index 0c034dc..d579964 100644
--- a/xsde/cxx/hybrid/insertion-source.cxx
+++ b/xsde/cxx/hybrid/insertion-source.cxx
@@ -41,7 +41,7 @@ namespace CXX
if (!name)
return;
- for (Streams::ConstIterator i (ostreams.begin ());
+ for (NarrowStrings::const_iterator i (ostreams.begin ());
i != ostreams.end (); ++i)
{
os << (exceptions ? "void" : "bool") << endl
@@ -77,7 +77,7 @@ namespace CXX
if (!name)
return;
- for (Streams::ConstIterator i (ostreams.begin ());
+ for (NarrowStrings::const_iterator i (ostreams.begin ());
i != ostreams.end (); ++i)
{
os << (exceptions ? "void" : "bool") << endl
@@ -118,7 +118,7 @@ namespace CXX
String const& value (u.context ().get<String> ("value"));
- for (Streams::ConstIterator i (ostreams.begin ());
+ for (NarrowStrings::const_iterator i (ostreams.begin ());
i != ostreams.end (); ++i)
{
os << (exceptions ? "void" : "bool") << endl
@@ -475,7 +475,7 @@ namespace CXX
String const& type (etype (a));
String const& scope (Context::scope (a));
- for (Streams::ConstIterator i (ostreams.begin ());
+ for (NarrowStrings::const_iterator i (ostreams.begin ());
i != ostreams.end (); ++i)
{
os << (exceptions ? "void" : "bool") << endl
@@ -518,7 +518,7 @@ namespace CXX
String const& type (etype (c));
String const& scope (Context::scope (c));
- for (Streams::ConstIterator i (ostreams.begin ());
+ for (NarrowStrings::const_iterator i (ostreams.begin ());
i != ostreams.end (); ++i)
{
os << (exceptions ? "void" : "bool") << endl
@@ -581,7 +581,7 @@ namespace CXX
String const& type (etype (s));
String const& scope (Context::scope (s));
- for (Streams::ConstIterator i (ostreams.begin ());
+ for (NarrowStrings::const_iterator i (ostreams.begin ());
i != ostreams.end (); ++i)
{
os << (exceptions ? "void" : "bool") << endl
@@ -680,7 +680,7 @@ namespace CXX
Boolean restriction (restriction_p (c));
- for (Streams::ConstIterator i (ostreams.begin ());
+ for (NarrowStrings::const_iterator i (ostreams.begin ());
i != ostreams.end (); ++i)
{
os << (exceptions ? "void" : "bool") << endl