include files put into include/pv

This commit is contained in:
Marty Kraimer
2011-06-07 08:31:41 -04:00
parent f19ceb7793
commit 2ee024ecb8
80 changed files with 276 additions and 273 deletions
+2 -2
View File
@@ -4,10 +4,10 @@
* EPICS pvDataCPP is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
*/
#include <pvAccess.h>
#include <pv/pvAccess.h>
namespace epics { namespace pvAccess {
const char* Channel::ConnectionStateNames[] = { "NEVER_CONNECTED", "CONNECTED", "DISCONNECTED", "DESTROYED" };
}}
}}