11 lines
142 B
C++
11 lines
142 B
C++
#ifndef CABLETESTENGINE_H
|
|
#define CABLETESTENGINE_H
|
|
|
|
class CCableTestEngine
|
|
{
|
|
public:
|
|
CCableTestEngine();
|
|
};
|
|
|
|
#endif // CABLETESTENGINE_H
|