pva client: reverse operation -> requester strong ref

make this a weak ref as it is more natural
that the initiator (requester) holds
a strong ref to the operation.
This commit is contained in:
Michael Davidsaver
2017-06-28 15:47:38 +02:00
parent 83ee4522ce
commit c84d41396d
2 changed files with 168 additions and 153 deletions
+3 -2
View File
@@ -564,8 +564,9 @@ public:
virtual void reportStatus(Channel::ConnectionState status) = 0;
/**
* Get request requester.
* @return request requester.
* used by MessageHandler and reportChannelStateChange().
*
* May return NULL
*/
virtual std::tr1::shared_ptr<ChannelBaseRequester> getRequester() = 0;
};
File diff suppressed because it is too large Load Diff