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/serializer/validating/any-type.hxx | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'libxsde/xsde/cxx/serializer/validating/any-type.hxx') diff --git a/libxsde/xsde/cxx/serializer/validating/any-type.hxx b/libxsde/xsde/cxx/serializer/validating/any-type.hxx index dfa0b87..e1df6e1 100644 --- a/libxsde/xsde/cxx/serializer/validating/any-type.hxx +++ b/libxsde/xsde/cxx/serializer/validating/any-type.hxx @@ -25,16 +25,6 @@ namespace xsde #endif { }; - - // any_simple_type - // -#ifdef XSDE_REUSE_STYLE_MIXIN - struct any_simple_type_simpl: virtual any_simple_type_sskel -#else - struct any_simple_type_simpl: any_simple_type_sskel -#endif - { - }; } } } -- cgit v1.1