CIM++ Adapted CIM_SINERGIEN Codebase
Main Page
Classes
Files
File List
Sinergien
Communication
Interfaces
ComInterface.h
1
// ComInterface.h
3
// Implementation of the Class ComInterface
4
// Original author: Alper Tokel
6
7
#ifndef COMINTERFACE_H
8
#define COMINTERFACE_H
9
#include "BaseClass.h"
10
11
namespace
Sinergien
12
{
13
namespace
Communication
14
{
15
namespace
Interfaces
16
{
17
class
ComInterface
:
public
BaseClass
18
{
19
20
public
:
21
ComInterface
();
22
virtual
~
ComInterface
();
23
24
};
25
26
}
27
28
}
29
30
}
31
#endif // COMINTERFACE_H
Sinergien::Communication::Interfaces::ComInterface
Definition:
ComInterface.h:17
Sinergien
Definition:
BPLCChannel.h:13
BaseClass
Definition:
BaseClass.h:6
Generated by
1.8.11