summaryrefslogtreecommitdiff
path: root/TAO/tao/AnyTypeCode/Bounds.pidl
blob: 707ab2b815881eb390c1c618a0b9bce3d92ba195 (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
/**
 * @file Bounds.pidl
 *
 * $Id$
 *
 * @brief Pre-compiled IDL source for the CORBA::Bounds
 * exception.
 *
 * This file is used to generate BoundsC.{h,inl,cpp}, using the
 * following command:
 *
 *   tao_idl
 *        -o orig -Ge 1 -GA -Sc -Sci
 *        -Wb,export_macro=TAO_Export
 *        -Wb,export_include=TAO_Export.h
 *        -Wb,pre_include="ace/pre.h"
 *        -Wb,post_include="ace/post.h"
 *        -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL
 *        -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL
 *        Bounds.pidl
 *
 * and then:
 *
 * cp orig/BoundsC.{h,cpp} .
 *
 */
#ifndef TAO_CORBA_BOUNDS_PIDL
#define TAO_CORBA_BOUNDS_PIDL

#pragma prefix "omg.org"

module CORBA
{
  /**
   * @exception Bounds
   *
   * @brief UserException for NVList::item()
   *
   * This exception is thrown on attempts to access 'out of bounds'
   * items in an NVList.
   */
  exception Bounds {};
};

#endif /* TAO_CORBA_BOUNDS_PIDL */