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

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

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