Move PVACCESS_DEFAULT_PROVIDER def out of header
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user