aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/cxx/hybrid/cdr/ostream.ixx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-10-13 15:38:11 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-10-13 15:38:11 +0200
commit6f395f9f769866a04f6949cb7ed14f93d90cf728 (patch)
treed1f8343e7b41fc1895676ad4248a5e4942f9172b /libxsde/xsde/cxx/hybrid/cdr/ostream.ixx
parentc1f49aa87678c512ac37575365a6676727e5f20a (diff)
Map anySimpleType to a string
Diffstat (limited to 'libxsde/xsde/cxx/hybrid/cdr/ostream.ixx')
-rw-r--r--libxsde/xsde/cxx/hybrid/cdr/ostream.ixx11
1 files changed, 0 insertions, 11 deletions
diff --git a/libxsde/xsde/cxx/hybrid/cdr/ostream.ixx b/libxsde/xsde/cxx/hybrid/cdr/ostream.ixx
index aa01ad1..d2b38b4 100644
--- a/libxsde/xsde/cxx/hybrid/cdr/ostream.ixx
+++ b/libxsde/xsde/cxx/hybrid/cdr/ostream.ixx
@@ -131,11 +131,6 @@ namespace xsde
{
}
- inline void
- operator<< (ocdrstream&, const any_simple_type&)
- {
- }
-
#else // XSDE_EXCEPTIONS
inline bool ocdrstream::
@@ -233,12 +228,6 @@ namespace xsde
return true;
}
- inline bool
- operator<< (ocdrstream&, const any_simple_type&)
- {
- return true;
- }
-
#endif // XSDE_EXCEPTIONS
}
}