summaryrefslogtreecommitdiff
path: root/TAO/tests/CSD_Strategy_Tests/TP_Foo_B/Callback.idl
blob: 49be42260cbecf4dbb554bebb1a775e11b6d8a55 (plain)
1
2
3
4
5
6
7
8
9
10
11
// $Id$
#ifndef CALLBACK_IDL
#define CALLBACK_IDL

interface Callback 
{
  void test_method();
};


#endif