aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/cxx/hybrid/any-type-simpl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libxsde/xsde/cxx/hybrid/any-type-simpl.cxx')
-rw-r--r--libxsde/xsde/cxx/hybrid/any-type-simpl.cxx20
1 files changed, 20 insertions, 0 deletions
diff --git a/libxsde/xsde/cxx/hybrid/any-type-simpl.cxx b/libxsde/xsde/cxx/hybrid/any-type-simpl.cxx
new file mode 100644
index 0000000..fd65e92
--- /dev/null
+++ b/libxsde/xsde/cxx/hybrid/any-type-simpl.cxx
@@ -0,0 +1,20 @@
+// file : xsde/cxx/hybrid/any-type-simpl.cxx
+// author : Boris Kolpackov <boris@codesynthesis.com>
+// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC
+// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
+
+#include <xsde/cxx/hybrid/any-type-simpl.hxx>
+
+namespace xsde
+{
+ namespace cxx
+ {
+ namespace hybrid
+ {
+ void any_type_simpl::
+ pre (const any_type&)
+ {
+ }
+ }
+ }
+}