20 lines
410 B
C++
20 lines
410 B
C++
// trade.cpp: implementation of the trade class.
|
|
//
|
|
//////////////////////////////////////////////////////////////////////
|
|
/*#include "systeminc/version.h"
|
|
#include "trade.h"
|
|
|
|
//////////////////////////////////////////////////////////////////////
|
|
// Construction/Destruction
|
|
//////////////////////////////////////////////////////////////////////
|
|
|
|
trade::trade()
|
|
{
|
|
|
|
}
|
|
|
|
trade::~trade()
|
|
{
|
|
|
|
}
|
|
*/ |