aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/cxx/hybrid/any-type.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libxsde/xsde/cxx/hybrid/any-type.hxx')
-rw-r--r--libxsde/xsde/cxx/hybrid/any-type.hxx28
1 files changed, 28 insertions, 0 deletions
diff --git a/libxsde/xsde/cxx/hybrid/any-type.hxx b/libxsde/xsde/cxx/hybrid/any-type.hxx
index db512c2..f94f007 100644
--- a/libxsde/xsde/cxx/hybrid/any-type.hxx
+++ b/libxsde/xsde/cxx/hybrid/any-type.hxx
@@ -6,6 +6,14 @@
#ifndef XSDE_CXX_HYBRID_ANY_TYPE_HXX
#define XSDE_CXX_HYBRID_ANY_TYPE_HXX
+#include <xsde/cxx/config.hxx>
+
+/*
+#ifdef XSDE_STL
+# include <string>
+#endif
+*/
+
namespace xsde
{
namespace cxx
@@ -14,6 +22,26 @@ namespace xsde
{
struct any_type
{
+ /*
+#ifdef XSDE_POLYMORPHIC
+ virtual
+ ~any_type ();
+
+#ifdef XSDE_STL
+ virtual const std::string&
+ _dynamic_type () const;
+
+ static const std::string&
+ _static_type ();
+#else
+ virtual const char*
+ _dynamic_type () const;
+
+ static const char*
+ _static_type ();
+#endif
+#endif
+ */
};
struct any_simple_type