Remove TODO file
[remote/remote-mci.git] / mcs / MCIAddress.h
blob67464b7b982a052d1c05c149cfbed05589872552
1 #ifndef MCIADDRESS_H_
2 #define MCIADDRESS_H_
4 namespace remote { namespace mcs {
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
14 #endif /*MCIADDRESS_H_*/