-rw-r--r-- | include/opkele/prequeue_rp.h | 9 |
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 | |||
@@ -11,8 +11,11 @@ namespace opkele { | |||
11 | using std::set; | 11 | using std::set; |
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 | /** |
18 | * @name Session persistent store API | 21 | * @name Session persistent store API |
@@ -65,10 +68,14 @@ namespace opkele { | |||
65 | /** | 68 | /** |
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 | */ |
74 | 81 | ||