aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hybrid/evolution/passthrough/unknown-type.cxx
blob: 1b4b62bddeb5218cd69797078e57e48f00606104 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// file      : examples/cxx/hybrid/evolution/passthrough/unknown-type.cxx
// 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.
  {
  }
}