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 80 81 82 83 84 85 86 87 88 89
|
/*
* File: HelloClient_Component_Impl.h
* Symbol: HelloClient.Component-v0.5
* Symbol Type: class
* Babel Version: 0.10.2
* Description: Server-side implementation for HelloClient.Component
*
* WARNING: Automatically generated; only changes within splicers preserved
*
* babel-version = 0.10.2
*/
#ifndef included_HelloClient_Component_Impl_h
#define included_HelloClient_Component_Impl_h
#ifndef included_sidl_header_h
#include "sidl_header.h"
#endif
#ifndef included_HelloClient_Component_h
#include "HelloClient_Component.h"
#endif
#ifndef included_gov_cca_Services_h
#include "gov_cca_Services.h"
#endif
#line 26 "../../../../babel/examples/cca/hello-client/HelloClient_Component_Impl.h"
/* DO-NOT-DELETE splicer.begin(HelloClient.Component._includes) */
/* Put additional include files here... */
/* DO-NOT-DELETE splicer.end(HelloClient.Component._includes) */
#line 30 "HelloClient_Component_Impl.h"
/*
* Private data for class HelloClient.Component
*/
struct HelloClient_Component__data {
#line 35 "../../../../babel/examples/cca/hello-client/HelloClient_Component_Impl.h"
/* DO-NOT-DELETE splicer.begin(HelloClient.Component._data) */
gov_cca_Services services;
/* DO-NOT-DELETE splicer.end(HelloClient.Component._data) */
#line 41 "HelloClient_Component_Impl.h"
};
#ifdef __cplusplus
extern "C" {
#endif
/*
* Access functions for class private data and built-in methods
*/
extern struct HelloClient_Component__data*
HelloClient_Component__get_data(
HelloClient_Component);
extern void
HelloClient_Component__set_data(
HelloClient_Component,
struct HelloClient_Component__data*);
extern void
impl_HelloClient_Component__load(
void);
extern void
impl_HelloClient_Component__ctor(
/* in */ HelloClient_Component self);
extern void
impl_HelloClient_Component__dtor(
/* in */ HelloClient_Component self);
/*
* User-defined object methods
*/
extern int32_t
impl_HelloClient_Component_go(
/* in */ HelloClient_Component self);
extern void
impl_HelloClient_Component_setServices(
/* in */ HelloClient_Component self,
/* in */ gov_cca_Services services);
#ifdef __cplusplus
}
#endif
#endif
|