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

View File

@@ -16,10 +16,8 @@
#include <sstream>
using namespace epics::pvAccess;
using std::cout;
using std::endl;
using std::hex;
using std::dec;
using namespace epics::pvData;
using namespace std;
using std::tr1::static_pointer_cast;
class ContextImpl : public Context {