summaryrefslogtreecommitdiff
path: root/TAO/tao/InconsistentTypeCodeC.h
blob: 1603e7fb9efd19663c8d0663e39b1bb196c760dd (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
68
69
70
71
72
73
74
75
/* -*- 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 <parsons@cs.wustl.edu>
//
// ============================================================================

#ifndef TAO_IDL_INCONSISTENTTYPECODEC_H
#define TAO_IDL_INCONSISTENTTYPECODEC_H

#include "tao/Exception.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
{
  // = TITLE
  //   Exception class generated by the TAO IDL compiler.
  //
  // = DESCRIPTION
  //   This exception is thrown in the ORB create_dyn_any(TypeCode) factory
  //   function if the typecode argument is neither a basic type nor a
  //   sequence, enum, array, struct or union.
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);

};

#endif /* end #if !defined */

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

#endif /* TAO_IDL_INCONSISTENTTYPECODEC_H */