reduce the number of public symbols

This commit is contained in:
Michael Davidsaver
2017-06-26 20:17:18 +02:00
parent 04c2df53a1
commit 8a35fbb11e
4 changed files with 30 additions and 6 deletions

View File

@@ -496,6 +496,10 @@ private:
};
}}
namespace {
using namespace epics::pvAccess;
// TODO move out to a separate class
class ServerRPCService : public RPCService {
@@ -670,6 +674,10 @@ std::string ServerRPCService::helpString =
// "\t\t\t (no arguments)\n"
"\n";
}
namespace epics {
namespace pvAccess {
std::string ServerCreateChannelHandler::SERVER_CHANNEL_NAME = "server";
void ServerCreateChannelHandler::handleResponse(osiSockAddr* responseFrom,