summaryrefslogtreecommitdiff
path: root/comm/essai
diff options
context:
space:
mode:
authorchatty2000-11-28 16:59:45 +0000
committerchatty2000-11-28 16:59:45 +0000
commit1766d5847c86de962190224b94ee71e208fc5862 (patch)
tree3395923559f5be363491f2cad80906ef2e33a631 /comm/essai
parent7c44c466aeba17b04ad493c21ef388b844a84355 (diff)
downloadivy-league-1766d5847c86de962190224b94ee71e208fc5862.zip
ivy-league-1766d5847c86de962190224b94ee71e208fc5862.tar.gz
ivy-league-1766d5847c86de962190224b94ee71e208fc5862.tar.bz2
ivy-league-1766d5847c86de962190224b94ee71e208fc5862.tar.xz
Archiving of a file that was born dead
Diffstat (limited to 'comm/essai')
-rwxr-xr-xcomm/essai13
1 files changed, 13 insertions, 0 deletions
diff --git a/comm/essai b/comm/essai
new file mode 100755
index 0000000..afafb7f
--- /dev/null
+++ b/comm/essai
@@ -0,0 +1,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);
+};
+