src
lib
doil
ProxyBase.h
Go to the documentation of this file.
1
// -*- C++ -*-
19
#ifndef DOIL_PROXYBASE_H
20
#define DOIL_PROXYBASE_H
21
22
namespace
doil
23
{
24
class
ProxyBase
25
{
26
public
:
27
virtual
~ProxyBase
() {};
28
virtual
const
char
*
id
()
const
= 0;
29
virtual
const
char
*
name
()
const
= 0;
30
virtual
void
incRef
() = 0;
31
virtual
void
decRef
() = 0;
32
};
33
};
34
#endif // DOIL_PROXYBASE_H
35
doil
Definition:
CORBAManager.cpp:26
doil::ProxyBase::~ProxyBase
virtual ~ProxyBase()
Definition:
ProxyBase.h:27
doil::ProxyBase::incRef
virtual void incRef()=0
doil::ProxyBase
Definition:
ProxyBase.h:24
doil::ProxyBase::id
virtual const char * id() const =0
doil::ProxyBase::name
virtual const char * name() const =0
doil::ProxyBase::decRef
virtual void decRef()=0
openrtm_aist
Author(s): Noriaki Ando
autogenerated on Mon Feb 28 2022 23:00:44