From f2ba7be73a62d115f293f5d690efabcafd5fcf4f Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Fri, 08 Feb 2008 21:31:53 +0000 Subject: a bit of doxygenation for prequeue_RP Signed-off-by: Michael Krelin --- (limited to 'include') diff --git a/include/opkele/prequeue_rp.h b/include/opkele/prequeue_rp.h index b98dd5a..68fe03d 100644 --- a/include/opkele/prequeue_rp.h +++ b/include/opkele/prequeue_rp.h @@ -12,6 +12,9 @@ namespace opkele { using std::iterator; using std::output_iterator_tag; + /** + * discovery-enabled RP implementation, prequeueing discovered endpoints + */ class prequeue_RP : public basic_RP { public: /** @@ -66,8 +69,12 @@ namespace opkele { * @name Actions * @{ */ + /** + * In addition to base class implementation it does endpoints + * discovery and queueing + * @param usi User-suppled identifier + */ void initiate(const string& usi); - /** * @} */ -- cgit v0.9.0.2