repo.or.cz
/
remote
/
remote-mci.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MCS: Simplify and cleanup the HostListener
[remote/remote-mci.git]
/
mcs
/
MCIAddress.h
blob
67464b7b982a052d1c05c149cfbed05589872552
1
#ifndef MCIADDRESS_H_
2
#define MCIADDRESS_H_
3
4
namespace
remote
{
namespace
mcs
{
5
6
/** Empty base class for Mote Control Infrastructure addresses. This class must be inherited
7
* by any specific address types used by an infrastructure. **/
8
class
MCIAddress
9
{
10
};
11
12
}}
13
14
#endif
/*MCIADDRESS_H_*/