summaryrefslogtreecommitdiffabout
path: root/include/opkele/prequeue_rp.h
Unidiff
Diffstat (limited to 'include/opkele/prequeue_rp.h') (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 {
12 using std::iterator; 12 using std::iterator;
13 using std::output_iterator_tag; 13 using std::output_iterator_tag;
14 14
15 /**
16 * discovery-enabled RP implementation, prequeueing discovered endpoints
17 */
15 class prequeue_RP : public basic_RP { 18 class prequeue_RP : public basic_RP {
16 public: 19 public:
17 /** 20 /**
@@ -66,8 +69,12 @@ namespace opkele {
66 * @name Actions 69 * @name Actions
67 * @{ 70 * @{
68 */ 71 */
72 /**
73 * In addition to base class implementation it does endpoints
74 * discovery and queueing
75 * @param usi User-suppled identifier
76 */
69 void initiate(const string& usi); 77 void initiate(const string& usi);
70
71 /** 78 /**
72 * @} 79 * @}
73 */ 80 */