diff --git a/documentation/htmldoxygen/pvaClientGetRequester.html b/documentation/htmldoxygen/pvaClientGetRequester.html index e2fe9f6..ad7fd7b 100644 --- a/documentation/htmldoxygen/pvaClientGetRequester.html +++ b/documentation/htmldoxygen/pvaClientGetRequester.html @@ -35,8 +35,23 @@
This is a virtual class that can be implemented by a client that uses PvaClientGet. +It has the methods:
+
+virtual void channelGetConnect(
+ const Status& status,
+ PvaClientGetPtr const & clientGet) {}
+virtual void getDone(
+ const Status& status,
+ PvaClientGetPtr const & clientGet) = 0;
+
+
+The client must call
++pvaClientGet->setRequester(shared_from_this()); +
-Not Yet Written +after creating an instance of PvaClientGet.