From 1766d5847c86de962190224b94ee71e208fc5862 Mon Sep 17 00:00:00 2001 From: chatty Date: Tue, 28 Nov 2000 16:59:45 +0000 Subject: Archiving of a file that was born dead --- comm/essai | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 comm/essai (limited to 'comm/essai') 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); +}; + -- cgit v1.1