41e96dc8f0
the dejagnu test harness. From-SVN: r202373
11 lines
61 B
C++
11 lines
61 B
C++
#include "event.h"
|
|
|
|
Event::Event()
|
|
{
|
|
}
|
|
|
|
Event::~Event()
|
|
{
|
|
|
|
}
|