blob: 7389fa9ef66ec3c71470b4e2fae11ee18f5146a2 (
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*;
}
|