Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / tao / AnyTypeCode / Bounds.pidl
blob84bc2596e5836d9f31c8fc2b9bf2b1552527abea
1 /**
2  * @file Bounds.pidl
3  *
4  * @brief Pre-compiled IDL source for the CORBA::Bounds
5  * exception.
6  *
7  * This file is used to generate BoundsC.{h,inl,cpp}, using the
8  * following command:
9  *
10  *   tao_idl
11  *        -o orig -GA -Sci
12  *        -Wb,export_macro=TAO_Export
13  *        -Wb,export_include=TAO_Export.h
14  *        -Wb,pre_include="ace/pre.h"
15  *        -Wb,post_include="ace/post.h"
16  *        -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL
17  *        -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL
18  *        Bounds.pidl
19  *
20  * and then:
21  *
22  * cp orig/BoundsC.{h,cpp} .
23  */
24 #ifndef TAO_CORBA_BOUNDS_PIDL
25 #define TAO_CORBA_BOUNDS_PIDL
27 #pragma prefix "omg.org"
29 module CORBA
31   /**
32    * @exception Bounds
33    *
34    * @brief UserException for NVList::item()
35    *
36    * This exception is thrown on attempts to access 'out of bounds'
37    * items in an NVList.
38    */
39   exception Bounds {};
42 #endif /* TAO_CORBA_BOUNDS_PIDL */