summaryrefslogtreecommitdiff
path: root/examples/CSD_Strategy/ThreadPool5/Callback.idl
blob: 717d74adea5d2197de821e6d18f7eab891473ec0 (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