* Makes this order a Dummy order. */
| 114 | * Makes this order a Dummy order. |
| 115 | */ |
| 116 | void Order::MakeDummy() |
| 117 | { |
| 118 | this->type = OT_DUMMY; |
| 119 | this->flags = 0; |
| 120 | } |
| 121 | |
| 122 | /** |
| 123 | * Makes this order an conditional order. |
no outgoing calls
no test coverage detected