CHG: changed to fit to the new base message
This commit is contained in:
@@ -11,9 +11,9 @@ namespace Orders
|
||||
class MoveOrder: public Order
|
||||
{
|
||||
public:
|
||||
MoveOrder(const SimCore::Identifier OwnID, WHISPER::SourceType srcType);
|
||||
MoveOrder(const SimCore::Identifier OwnID);
|
||||
|
||||
MoveOrder(const SimCore::Identifier OwnID,WHISPER::SourceType srcType,SimCore::Position pos,double speed = 0,double course = 0, int startTime = 0);
|
||||
MoveOrder(const SimCore::Identifier OwnID,SimCore::Position pos,double speed = 0,double course = 0, int startTime = 0);
|
||||
|
||||
~MoveOrder();
|
||||
|
||||
|
||||
@@ -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