reduce the number of public symbols
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user