blob: cc63414365f1da5a3874dab7b047fa60584a7d0e [file] [log] [blame]
// This file automatically generated by:
// Apache Etch 1.4.0 (LOCAL-0) / cpp 1.4.0 (LOCAL-0)
// Fri Apr 04 11:35:36 CEST 2014
// 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 __MAINHELLOWORLDLISTENER_H__
#define __MAINHELLOWORLDLISTENER_H__
#include "capu/Config.h"
#include "HelloWorldHelper.h"
namespace org_apache_etch_examples_helloworld_HelloWorld {
/**
* Main program for HelloWorldServer. This program makes a listener to accept
* connections from MainHelloWorldClient.
*/
class MainHelloWorldListener
: public HelloWorldHelper::HelloWorldServerFactory
{
public:
virtual ~MainHelloWorldListener() {}
HelloWorldServer* newHelloWorldServer(RemoteHelloWorldClient* client);
};
}
#endif /* __MAINHELLOWORLDLISTENER_H__ */