summaryrefslogtreecommitdiff
path: root/TAO/examples/CSD_Strategy/ThreadPool4/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