blob: 6b430b66d2eded99d0a4be72a4fd3d14c6c37cb8 [file] [log] [blame]
/*
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*
*/
// This file automatically generated by:
// Apache Etch 1.1.0-incubating (LOCAL-0) / c 1.1.0-incubating (LOCAL-0)
// Fri Aug 28 15:58:20 CEST 2009
// This file is automatically created and should not be edited!
#ifndef HELLOWORLD_SERVER_STUB_H
#define HELLOWORLD_SERVER_STUB_H
#include "etch_stub.h"
#ifdef __cplusplus
extern "C" {
#endif
extern unsigned short CLASSID_HELLOWORLD_SERVER_STUB;
/**
* helloworld_server_stub
*/
typedef struct helloworld_server_stub
{
etch_object object;
etch_stub* stub_base;
int session_id; /* client session to which stub belongs */
int (*destroyex) (void*); /* user memory destructor */
/* - - - - - - - - - - - - - - - - -
* server_directed service virtuals
* - - - - - - - - - - - - - - - - -
*/
/* - - - - - - - - - - - - - - - - -
* service-specific allocations
* - - - - - - - - - - - - - - - - -
*/
// add here
} helloworld_server_stub;
helloworld_server_stub* new_helloworld_server_stub (etch_server_factory*, etch_session*);
int is_helloworld_server_stub(void* obj);
int destroy_helloworld_server_stub (void*);
#ifdef __cplusplus
} //extern "C"
#endif
#endif /* PERF_SERVER_STUB_H */