NullService_impl.cpp
Go to the documentation of this file.
1 // -*- mode: c++; indent-tabs-mode: t; tab-width: 4; c-basic-offset: 4; -*-
2 #include <iostream>
3 #include "NullService_impl.h"
4 
6 {
7 }
8 
10 {
11 }
12 
13 void NullService_impl::echo(const char *msg)
14 {
15  std::cout << "NullService: " << msg << std::endl;
16 }
17 
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