summaryrefslogtreecommitdiff
path: root/TAO/tao/Current.pidl
blob: 7a781b5457f34ed18db311ec88283b28592352f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// -*- IDL -*-

/**
 * @file Current.pidl
 *
 * This file is used to generate CurrentC.*
 */

#ifndef TAO_CURRENT_PIDL
#define TAO_CURRENT_PIDL

#pragma prefix "omg.org"

module CORBA
{
  local interface Current {};
};

#endif  /* TAO_CURRENT_PIDL */