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
/
Object_Key.pidl
blob
fe163f872be439eaef0519fa072293c3168c0545
1
// TAO specific IDL definition of an octet sequence that we use to represent
2
// Object keys inside the POA.
3
4
#ifndef TAO_OBJECTKEY_PIDL
5
#define TAO_OBJECTKEY_PIDL
6
7
module TAO
8
{
9
typedef sequence<octet> ObjectKey;
10
};
11
12
#endif /* TAO_OBJECTKEY_PIDL */