create channel w/ minor error on verification send-back

This commit is contained in:
Matej Sekoranja
2011-01-10 21:15:17 +01:00
parent 349a8217f7
commit 21951b885d
10 changed files with 120 additions and 42 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ using namespace epics::pvData;
class DummyResponseHandler : public ResponseHandler
{
public:
DummyResponseHandler(Context* ctx) : ResponseHandler(ctx) {}
DummyResponseHandler(Context* ctx) : ResponseHandler() {}
virtual void handleResponse(osiSockAddr* responseFrom,
Transport* transport, int8 version, int8 command, int payloadSize,