summaryrefslogtreecommitdiff
path: root/TAO/DevGuideExamples/BiDirectionalGIOP/callback.idl
blob: b36b1182bde8b5c7e36c3ab9d389db85f3eb691b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// $Id$

interface Callback
{
  // A safe way to shutdown the client, using either clean shutdowns
  // or "catastrophic failures".
  oneway void shutdown();

  // A simple remote call
  void callback_method();
};