summaryrefslogtreecommitdiff
path: root/TAO/examples/CSD_Strategy/ThreadPool4/Callback.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/CSD_Strategy/ThreadPool4/Callback.idl')
-rw-r--r--TAO/examples/CSD_Strategy/ThreadPool4/Callback.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/CSD_Strategy/ThreadPool4/Callback.idl b/TAO/examples/CSD_Strategy/ThreadPool4/Callback.idl
index 49be42260cb..717d74adea5 100644
--- a/TAO/examples/CSD_Strategy/ThreadPool4/Callback.idl
+++ b/TAO/examples/CSD_Strategy/ThreadPool4/Callback.idl
@@ -2,7 +2,7 @@
#ifndef CALLBACK_IDL
#define CALLBACK_IDL
-interface Callback
+interface Callback
{
void test_method();
};