13 lines
143 B
C++
13 lines
143 B
C++
|
|
#include "stdafx.h"
|
||
|
|
#include <wx/wx.h>
|
||
|
|
#include "ICmdReceiver.h"
|
||
|
|
|
||
|
|
|
||
|
|
ICmdReceiver::ICmdReceiver(void)
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
ICmdReceiver::~ICmdReceiver(void)
|
||
|
|
{
|
||
|
|
}
|