CHG: changed to fit to the new base message
This commit is contained in:
@@ -16,13 +16,12 @@ namespace Orders
|
||||
class Order
|
||||
{
|
||||
public:
|
||||
Order(const SimCore::Identifier OwnID,const WHISPER::SourceType srcType, const Orders::OrderType OrderType_);
|
||||
Order(const SimCore::Identifier OwnID, const Orders::OrderType OrderType_);
|
||||
|
||||
|
||||
const SimCore::Identifier getOrderID();
|
||||
const SimCore::Identifier getOwnID();
|
||||
|
||||
const WHISPER::SourceType srcType;
|
||||
|
||||
const Orders::OrderType getOrderType();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user