summaryrefslogtreecommitdiff
path: root/TAO/tao/InconsistentTypeCodeC.h
blob: 2c13e0b976ca987b87bfe5c5deebae7b39b2ad35 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
/* -*- C++ -*- */
// $Id$
// ============================================================================
//
// = LIBRARY
//    TAO
//
// = FILENAME
//    InconsistentTypeCode.h
//
// = AUTHOR
//
// ******  Code generated by the The ACE ORB (TAO) IDL Compiler *******
// TAO ORB and the TAO IDL Compiler have been developed by Washington
// University Computer Science's Distributed Object Computing Group.
//
// Information on TAO is available at
//                 http://www.cs.wustl.edu/~schmidt/TAO.html
//
//
// Modified by Jeff Parsons <jp4@cs.wustl.edu>
//
// ============================================================================

#if !defined (_TAO_IDL_INCONSISTENTTYPECODEC_H_)
#define _TAO_IDL_INCONSISTENTTYPECODEC_H_

#include "tao/corba.h"

#if defined (TAO_EXPORT_MACRO)
#undef TAO_EXPORT_MACRO
#endif
#define TAO_EXPORT_MACRO 
#if defined(_MSC_VER)
#pragma warning(disable:4250)
#endif /* _MSC_VER */

#if !defined (_CORBA_ORB_INCONSISTENTTYPECODE_CH_)
#define _CORBA_ORB_INCONSISTENTTYPECODE_CH_

  class TAO_Export CORBA_ORB_InconsistentTypeCode : public CORBA::UserException
    {
    public:
      CORBA_ORB_InconsistentTypeCode (void); // default ctor
      CORBA_ORB_InconsistentTypeCode (const CORBA_ORB_InconsistentTypeCode &); // copy ctor
      ~CORBA_ORB_InconsistentTypeCode (void); // dtor

      CORBA_ORB_InconsistentTypeCode &operator= (const CORBA_ORB_InconsistentTypeCode &);

      virtual void _raise (void);

      static CORBA_ORB_InconsistentTypeCode *_narrow (CORBA::Exception *);


      // = TAO extension
      static CORBA::Exception *_alloc (void);

    }; // exception CORBA::ORB::InconsistentTypeCode


#endif /* end #if !defined */

#if defined(_MSC_VER)
#pragma warning(default:4250)
#endif /* _MSC_VER */

#endif /* if !defined */