summaryrefslogtreecommitdiff
path: root/TAO/tao/InconsistentTypeCode.pidl
blob: d4ae99d1619a7f83c15354786a6682434d8d4b73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// $Id$

// ============================================================================
//
// = LIBRARY
//    TAO
//
// = FILENAME
//    InconsistentTypeCode.pidl
//
// = DESCRIPTION
//    ORB exception thrown by the ORB Dynamic Any factory functions
//
// = AUTHOR
//    OMG 
//
// ============================================================================

#pragma prefix "omg.org"

module CORBA
{
  interface ORB {
    // The exception thrown by the ORB Dynamic Any factory functions
    exception InconsistentTypeCode {};
  };
};