summaryrefslogtreecommitdiffabout
path: root/include
authorMichael Krelin <hacker@klever.net>2008-02-08 21:31:53 (UTC)
committer Michael Krelin <hacker@klever.net>2008-02-08 21:31:53 (UTC)
commitf2ba7be73a62d115f293f5d690efabcafd5fcf4f (patch) (side-by-side diff)
treee48236090105e96d0649a95d2222a2b23ab73658 /include
parent1a4d8acd92d17ec1363886383bd171eabef2e25e (diff)
downloadlibopkele-f2ba7be73a62d115f293f5d690efabcafd5fcf4f.zip
libopkele-f2ba7be73a62d115f293f5d690efabcafd5fcf4f.tar.gz
libopkele-f2ba7be73a62d115f293f5d690efabcafd5fcf4f.tar.bz2
a bit of doxygenation for prequeue_RP
Signed-off-by: Michael Krelin <hacker@klever.net>
Diffstat (limited to 'include') (more/less context) (ignore whitespace changes)
-rw-r--r--include/opkele/prequeue_rp.h9
1 files changed, 8 insertions, 1 deletions
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);
-
/**
* @}
*/