RTEMS support; using namespace removed from headers

This commit is contained in:
Matej Sekoranja
2011-09-13 09:56:39 +02:00
parent 54d435972b
commit 633801c2ae
30 changed files with 86 additions and 64 deletions
+1 -2
View File
@@ -12,7 +12,6 @@
#include <iostream>
#include <string>
namespace epics {
namespace pvAccess {
@@ -154,7 +153,7 @@ int main(int argc, char *argv[])
addrArray.clear();
if(registry) delete registry;
epicsExitCallAtExits();
CDRMonitor::get().show(stdout, true);
epics::pvData::CDRMonitor::get().show(stdout, true);
return 0;
}