aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hybrid/evolution/passthrough/unknown-type.cxx
blob: ba3a9f4cf18c2ee5ffd167f93dd20e73d9f5f376 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// file      : examples/cxx/hybrid/evolution/passthrough/unknown-type.cxx
// author    : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain

// Include transform.hxx (which includes unknown-type.hxx) instead of
// unknown-type.hxx.
//
#include "transform.hxx"

namespace transform
{
  unknown_type::
  unknown_type ()
      : name_ ("unknown"), content_ ("unknown", 0) // Dummy names.
  {
  }
}