blob: 76a740ba56195101d330233c7848049b9cd143d3 [file]
// This file automatically generated by:
// Apache Etch 1.3.0-incubating (LOCAL-0) / c 1.3.0-incubating (LOCAL-0)
// Fri Jul 27 11:35:36 CEST 2012
// This file is automatically created for your convenience and will not be
// overwritten once it exists! Please edit this file as necessary to implement
// your service logic.
#ifndef __MAINHELLOWORLDCLIENT_H__
#define __MAINHELLOWORLDCLIENT_H__
#include "capu/Config.h"
#include "HelloWorldHelper.h"
namespace org_apache_etch_examples_helloworld_HelloWorld {
/**
* Main program for HelloWorldClient. This program makes a connection to the
* listener created by MainHelloWorldListener.
*/
class MainHelloWorldClient
: public HelloWorldHelper::HelloWorldClientFactory
{
public:
virtual ~MainHelloWorldClient() {}
HelloWorldClient* newHelloWorldClient(RemoteHelloWorldServer* server);
};
}
#endif /* __MAINHELLOWORLDCLIENT_H__ */