summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/AdvSlotDblCpy/InvokeMe.idl
blob: a6f58fd0b93378613f7613368baeaf39a4513772 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// file      : StateTransfer.idl
// author    : Boris Kolpackov <boris@dre.vanderbilt.edu>
// cvs-id    : $Id$

interface InvokeMe
{
  void
  invoke_me ();

  oneway void
  shutdown ();
};