Mercurial > hg > piper-cpp
comparison vamp-client/client.pro @ 96:215c9fb6b7a4
Rename to CapnpRRClient (request-response, as opposed to individual RPC calls)
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Thu, 13 Oct 2016 17:00:06 +0100 |
parents | a660dca988f8 |
children | f55631599988 |
comparison
equal
deleted
inserted
replaced
95:b6ac26b72b59 | 96:215c9fb6b7a4 |
---|---|
28 client.cpp \ | 28 client.cpp \ |
29 ../vamp-capnp/piper.capnp.c++ | 29 ../vamp-capnp/piper.capnp.c++ |
30 | 30 |
31 HEADERS += \ | 31 HEADERS += \ |
32 ProcessQtTransport.h \ | 32 ProcessQtTransport.h \ |
33 CapnpClient.h \ | 33 CapnpRRClient.h \ |
34 Loader.h \ | 34 Loader.h \ |
35 PluginClient.h \ | 35 PluginClient.h \ |
36 PluginStub.h \ | 36 PluginStub.h \ |
37 SynchronousTransport.h | 37 SynchronousTransport.h |
38 | 38 |