summaryrefslogtreecommitdiff
path: root/comm/essai
blob: afafb7f3fc7ae9d0ace7e3e866a5a9cbb21f0003 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
client toto;

request CreateStageReq {
	long StageID -> lword;
	const char* L -> CcuString;
	int T -> lword;
	int R -> lword;
	int B -> lword;
	CreateStageReq (StageID, L, T, R, B);
	getters (L, T);
	setters (L, T);
};