3 // sleep for the said time, unless u head from
4 // client earlier. If both sec and msec are 0,
5 // sleep untill client wakes u up.
6 oneway
void sleep
(in long sec
, in long msec
);
9 // the server will ignore the message string.
10 // An interface to send variable length strings across the
12 oneway
void dummy_one_way
(in string msg
);
14 void dummy_two_way
();