privatize some API details

hide a number of APIs which should not
be public APIs.
This commit is contained in:
Michael Davidsaver
2017-05-30 17:12:31 +02:00
parent 7c85e6073b
commit 277e5c33fb
21 changed files with 86 additions and 57 deletions
-2
View File
@@ -2,6 +2,4 @@
SRC_DIRS += $(PVACCESS_SRC)/remoteClient
INC += pv/clientContextImpl.h
LIBSRCS += clientContextImpl.cpp
+1 -1
View File
@@ -32,7 +32,7 @@
#include <pv/configuration.h>
#include <pv/beaconHandler.h>
#include <pv/logger.h>
#include <pv/security.h>
#include <pv/securityImpl.h>
#include <pv/pvAccessMB.h>