src
lib
doil
tests
ORBManager
IEcho.h
Go to the documentation of this file.
1
#ifndef IECHO_H
2
#define IECHO_H
3
#include <
doil/ImplBase.h
>
4
#include <string>
5
#include <iostream>
6
//------------------------------------------------------------
7
// Implementation class
8
//------------------------------------------------------------
9
class
IEcho
10
{
11
public
:
12
virtual
~IEcho
(){};
13
virtual
void
echo
(std::string msg) = 0;
14
};
15
16
#endif // IECHO_H
IEcho::~IEcho
virtual ~IEcho()
Definition:
IEcho.h:12
IEcho::echo
virtual void echo(std::string msg)=0
ImplBase.h
doil implementation base class
IEcho
Definition:
IEcho.h:9
openrtm_aist
Author(s): Noriaki Ando
autogenerated on Mon Feb 28 2022 23:00:43