NullService_impl.h
Go to the documentation of this file.
1 // -*- mode: c++; indent-tabs-mode: t; tab-width: 4; c-basic-offset: 4; -*-
2 #ifndef __NULL_SERVICE_H__
3 #define __NULL_SERVICE_H__
4 
5 #include "hrpsys/idl/NullService.hh"
6 
8  : public virtual POA_OpenHRP::NullService,
9  public virtual PortableServer::RefCountServantBase
10 {
11 public:
16 
20  virtual ~NullService_impl();
21 
22  void echo(const char *msg);
23 private:
24 };
25 
26 #endif
void echo(const char *msg)
virtual ~NullService_impl()
destructor
NullService_impl()
constructor


hrpsys
Author(s): AIST, Fumio Kanehiro
autogenerated on Thu May 6 2021 02:41:50