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 76 77 78
|
/*
* File: ExceptionTest_TooDeepException_Impl.h
* Symbol: ExceptionTest.TooDeepException-v1.0
* Symbol Type: class
* Babel Version: 0.10.2
* Description: Server-side implementation for ExceptionTest.TooDeepException
*
* WARNING: Automatically generated; only changes within splicers preserved
*
* babel-version = 0.10.2
*/
#ifndef included_ExceptionTest_TooDeepException_Impl_h
#define included_ExceptionTest_TooDeepException_Impl_h
#ifndef included_sidl_header_h
#include "sidl_header.h"
#endif
#ifndef included_ExceptionTest_TooDeepException_h
#include "ExceptionTest_TooDeepException.h"
#endif
#line 23 "../../../../babel/regression/exceptions/libC/ExceptionTest_TooDeepException_Impl.h"
/* DO-NOT-DELETE splicer.begin(ExceptionTest.TooDeepException._includes) */
/* Put additional include files here... */
/* DO-NOT-DELETE splicer.end(ExceptionTest.TooDeepException._includes) */
#line 27 "ExceptionTest_TooDeepException_Impl.h"
/*
* Private data for class ExceptionTest.TooDeepException
*/
struct ExceptionTest_TooDeepException__data {
#line 32 "../../../../babel/regression/exceptions/libC/ExceptionTest_TooDeepException_Impl.h"
/* DO-NOT-DELETE splicer.begin(ExceptionTest.TooDeepException._data) */
/* Put private data members here... */
int ignore; /* dummy to force non-empty struct; remove if you add data */
/* DO-NOT-DELETE splicer.end(ExceptionTest.TooDeepException._data) */
#line 39 "ExceptionTest_TooDeepException_Impl.h"
};
#ifdef __cplusplus
extern "C" {
#endif
/*
* Access functions for class private data and built-in methods
*/
extern struct ExceptionTest_TooDeepException__data*
ExceptionTest_TooDeepException__get_data(
ExceptionTest_TooDeepException);
extern void
ExceptionTest_TooDeepException__set_data(
ExceptionTest_TooDeepException,
struct ExceptionTest_TooDeepException__data*);
extern void
impl_ExceptionTest_TooDeepException__load(
void);
extern void
impl_ExceptionTest_TooDeepException__ctor(
/* in */ ExceptionTest_TooDeepException self);
extern void
impl_ExceptionTest_TooDeepException__dtor(
/* in */ ExceptionTest_TooDeepException self);
/*
* User-defined object methods
*/
#ifdef __cplusplus
}
#endif
#endif
|