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 79
|
/*
* File: ExceptionTest_NegativeValueException_Impl.h
* Symbol: ExceptionTest.NegativeValueException-v1.0
* Symbol Type: class
* Babel Version: 0.10.2
* Description: Server-side implementation for ExceptionTest.NegativeValueException
*
* WARNING: Automatically generated; only changes within splicers preserved
*
* babel-version = 0.10.2
*/
#ifndef included_ExceptionTest_NegativeValueException_Impl_h
#define included_ExceptionTest_NegativeValueException_Impl_h
#ifndef included_sidl_header_h
#include "sidl_header.h"
#endif
#ifndef included_ExceptionTest_NegativeValueException_h
#include "ExceptionTest_NegativeValueException.h"
#endif
#line 23 "../../../../babel/regression/exceptions/libC/ExceptionTest_NegativeValueException_Impl.h"
/* DO-NOT-DELETE splicer.begin(ExceptionTest.NegativeValueException._includes)
*/
/* Put additional include files here... */
/* DO-NOT-DELETE splicer.end(ExceptionTest.NegativeValueException._includes) */
#line 28 "ExceptionTest_NegativeValueException_Impl.h"
/*
* Private data for class ExceptionTest.NegativeValueException
*/
struct ExceptionTest_NegativeValueException__data {
#line 33 "../../../../babel/regression/exceptions/libC/ExceptionTest_NegativeValueException_Impl.h"
/* DO-NOT-DELETE splicer.begin(ExceptionTest.NegativeValueException._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.NegativeValueException._data) */
#line 40 "ExceptionTest_NegativeValueException_Impl.h"
};
#ifdef __cplusplus
extern "C" {
#endif
/*
* Access functions for class private data and built-in methods
*/
extern struct ExceptionTest_NegativeValueException__data*
ExceptionTest_NegativeValueException__get_data(
ExceptionTest_NegativeValueException);
extern void
ExceptionTest_NegativeValueException__set_data(
ExceptionTest_NegativeValueException,
struct ExceptionTest_NegativeValueException__data*);
extern void
impl_ExceptionTest_NegativeValueException__load(
void);
extern void
impl_ExceptionTest_NegativeValueException__ctor(
/* in */ ExceptionTest_NegativeValueException self);
extern void
impl_ExceptionTest_NegativeValueException__dtor(
/* in */ ExceptionTest_NegativeValueException self);
/*
* User-defined object methods
*/
#ifdef __cplusplus
}
#endif
#endif
|