aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/cxx/hybrid/cdr/ostream.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libxsde/xsde/cxx/hybrid/cdr/ostream.hxx')
-rw-r--r--libxsde/xsde/cxx/hybrid/cdr/ostream.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/libxsde/xsde/cxx/hybrid/cdr/ostream.hxx b/libxsde/xsde/cxx/hybrid/cdr/ostream.hxx
index 8485241..2c58907 100644
--- a/libxsde/xsde/cxx/hybrid/cdr/ostream.hxx
+++ b/libxsde/xsde/cxx/hybrid/cdr/ostream.hxx
@@ -123,7 +123,6 @@ namespace xsde
#ifdef XSDE_EXCEPTIONS
void operator<< (ocdrstream&, const any_type&);
- void operator<< (ocdrstream&, const any_simple_type&);
void operator<< (ocdrstream&, const qname&);
void operator<< (ocdrstream&, const string_sequence&);
void operator<< (ocdrstream&, const time_zone&);
@@ -138,7 +137,6 @@ namespace xsde
void operator<< (ocdrstream&, const time&);
#else
bool operator<< (ocdrstream&, const any_type&);
- bool operator<< (ocdrstream&, const any_simple_type&);
bool operator<< (ocdrstream&, const qname&);
bool operator<< (ocdrstream&, const string_sequence&);
bool operator<< (ocdrstream&, const time_zone&);