summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1383_Regression/callee.idl
blob: 3204a4444e6e29e0594c1e0db87a955d074d4ce1 (plain)
1
2
3
4
5
// $Id$

interface Callee {
  void callback(in string message);
};