From 6f395f9f769866a04f6949cb7ed14f93d90cf728 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 13 Oct 2010 15:38:11 +0200 Subject: Map anySimpleType to a string --- libxsde/xsde/cxx/hybrid/cdr/ostream.ixx | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'libxsde/xsde/cxx/hybrid/cdr/ostream.ixx') 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 } } -- cgit v1.1