aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/serializer/wildcard/email.map
blob: baa3c0e5b5d7ed5b7f1870afbec1da6de77e7405 (plain)
1
2
3
4
5
6
7
8
9
10
11
# file      : examples/cxx/serializer/wildcard/email.map
# copyright : not copyrighted - public domain

namespace http://www.codesynthesis.com/email
{
  include "email.hxx";

  text "const text*";
  binary "const binary*";
  envelope "const envelope&";
}