blob: 12a0d3933fd2d7b825575d7d1dfdc0c514524a9f [file] [log] [blame]
// 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 MainHelloWorldClientFactory
: public HelloWorldHelper::HelloWorldClientFactory
{
public:
virtual ~MainHelloWorldClientFactory() {}
HelloWorldClient* newHelloWorldClient(RemoteHelloWorldServer* server);
};
}
#endif /* __MAINHELLOWORLDCLIENT_H__ */