* @brief Adds "^status complete" as a child of this identifier. *************************************************************/
| 322 | * @brief Adds "^status complete" as a child of this identifier. |
| 323 | *************************************************************/ |
| 324 | void Identifier::AddStatusComplete() |
| 325 | { |
| 326 | GetAgent()->CreateStringWME(this, "status", "complete") ; |
| 327 | } |
| 328 | |
| 329 | /************************************************************* |
| 330 | * @brief Adds "^status error" as a child of this identifier. |