Move PVACCESS_DEFAULT_PROVIDER def out of header

This commit is contained in:
Michael Davidsaver
2018-02-08 11:32:18 -08:00
parent b397e3e928
commit d12a6cad9b
2 changed files with 8 additions and 4 deletions
+4
View File
@@ -15,6 +15,10 @@ using std::string;
namespace epics {
namespace pvAccess {
const std::string PVACCESS_DEFAULT_PROVIDER = "local";
const std::string PVACCESS_ALL_PROVIDERS = "<all>";
const std::string PVACCESS_DEBUG = "EPICS_PVA_DEBUG";
Version::Version(std::string const & productName,
std::string const & implementationLangugage,
int majorVersion, int minorVersion,