repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git]
/
TAO
/
tao
/
Current.pidl
blob
7a781b5457f34ed18db311ec88283b28592352f6
1
// -*- IDL -*-
2
3
/**
4
* @file Current.pidl
5
*
6
* This file is used to generate CurrentC.*
7
*/
8
9
#ifndef TAO_CURRENT_PIDL
10
#define TAO_CURRENT_PIDL
11
12
#pragma prefix "omg.org"
13
14
module CORBA
15
{
16
local interface Current {};
17
};
18
19
#endif /* TAO_CURRENT_PIDL */