BServant.tars 181 B

123456789101112131415
  1. module Test
  2. {
  3. interface BServant
  4. {
  5. int test();
  6. int testCoroSerial(string sIn, out string sOut);
  7. int testCoroParallel(string sIn, out string sOut);
  8. };
  9. };