blob: 8d8ac9fa9d7ed6d6c430f79f341c02c730206afd (
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*;
}
 |