X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=octopi%2Flibrary%2Foctopus%2Fentity_data_bin.h;fp=octopi%2Flibrary%2Foctopus%2Fentity_data_bin.h;h=54f5f5f2383f31e5d10d30020486aa88bdc8464e;hb=d7e8a05960951d8ce67e36c587726a851e2f5165;hp=024644e8af585ec8e3f47e33f07af9ed10c892d1;hpb=fa30e6adff1dea5d6b3903279ef024dd3bed043f;p=feisty_meow.git diff --git a/octopi/library/octopus/entity_data_bin.h b/octopi/library/octopus/entity_data_bin.h index 024644e8..54f5f5f2 100644 --- a/octopi/library/octopus/entity_data_bin.h +++ b/octopi/library/octopus/entity_data_bin.h @@ -77,7 +77,7 @@ public: infoton *acquire_for_identifier(const octopus_request_id &id); // locates an item for the specific "id". this will generally be a // response to a previous request. if no object can be found that matches - // the "id", then NIL is returned. + // the "id", then NULL_POINTER is returned. infoton *acquire_for_entity(const octopus_entity &requester, octopus_request_id &id); @@ -85,7 +85,7 @@ public: // this function repeatedly to ensure that all available items 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. int acquire_for_entity(const octopus_entity &requester, infoton_list &items, int maximum_size); @@ -94,7 +94,7 @@ public: infoton *acquire_for_any(octopus_request_id &id); // acquires an infoton for any random entity. if no items are ready at - // all, then NIL is returned. + // all, then NULL_POINTER is returned. basis::astring text_form() const; // returns a textual list of what's held here.