aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/parser/multiroot/protocol.map
blob: 43c0f21d0685742b1f12e3e95dcc4dadf1eaf827 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# file      : examples/cxx/parser/multiroot/protocol.map
# author    : Boris Kolpackov <boris@codesynthesis.com>
# copyright : not copyrighted - public domain

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

  request request*;
  balance balance*;
  withdraw withdraw*;
}