direct, i.e. no-copy, de/serialization support; prepared some IF for bulk send

This commit is contained in:
Matej Sekoranja
2013-04-12 21:55:25 +02:00
parent baeac17490
commit f72f89b4d2
13 changed files with 432 additions and 110 deletions

View File

@@ -380,10 +380,10 @@ public:
ChannelRequester::shared_pointer const & /*channelRequester*/,
short /*priority*/,
epics::pvData::String const & /*address*/)
{
{
// this will never get called by the pvAccess server
throw std::runtime_error("not supported");
}
}
void registerService(String const & serviceName, RPCService::shared_pointer const & service)
{