X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=octopi%2Flibrary%2Foctopus%2Foctopus.h;h=ba91b2223972cea3a92a55b2403a4d8729ce53da;hb=refs%2Fheads%2Frelease-2.140.92;hp=ad60e4f8caaf2f5ad4391a421fd691c9e3255f28;hpb=2952ccf47b80174880141a7ecfa122089f349b8d;p=feisty_meow.git diff --git a/octopi/library/octopus/octopus.h b/octopi/library/octopus/octopus.h index ad60e4f8..ba91b222 100644 --- a/octopi/library/octopus/octopus.h +++ b/octopi/library/octopus/octopus.h @@ -136,12 +136,12 @@ public: call this function repeatedly to ensure that all responses have been provided. the "original_id" is a copy of the "item_id" that was originally passed to evaluate_request(). the returned object must - eventually be destroyed if non-NIL. */ + eventually be destroyed if non-null. */ infoton *acquire_specific_result(const octopus_request_id &original_id); //!< supports seeking the result for a specific request. /*!< either the infoton that is a response to "original_id" will be - returned or NIL. */ + returned or NULL_POINTER. */ //////////////