aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/cxx/hybrid/any-type.hxx
blob: db512c2b3909e0e640d3c9c9bf761ccdf61b3468 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// file      : xsde/cxx/hybrid/any-type.hxx
// author    : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC
// license   : GNU GPL v2 + exceptions; see accompanying LICENSE file

#ifndef XSDE_CXX_HYBRID_ANY_TYPE_HXX
#define XSDE_CXX_HYBRID_ANY_TYPE_HXX

namespace xsde
{
  namespace cxx
  {
    namespace hybrid
    {
      struct any_type
      {
      };

      struct any_simple_type
      {
      };
    }
  }
}

#endif  // XSDE_CXX_HYBRID_ANY_TYPE_HXX