summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/On_Demand_Act_Direct_Coll/test.idl
blob: ccb6713f7d3f866361a320510d46b9de6d4575ac (plain)
1
2
3
4
5
6
7
8
9
10
11
// $Id$

interface test
{
  /// Return a simple string
  string get_string ();

  void method ();
  // A twoway operation.

};