// file : xsde/cxx/hybrid/any-type-simpl.cxx // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #include namespace xsde { namespace cxx { namespace hybrid { void any_type_simpl:: pre (const any_type&) { } } } }