Removed socket polling from transports.

This commit is contained in:
miha_vitorovic
2011-01-12 14:01:54 +01:00
parent f72e495a99
commit 2565191fb7
7 changed files with 118 additions and 181 deletions

View File

@@ -9,6 +9,7 @@
#include "remote.h"
#include "logger.h"
#include "configuration.h"
#include "serverContext.h"
#include <iostream>
@@ -18,7 +19,7 @@ using namespace epics::pvAccess;
using std::cin;
using std::cout;
class ContextImpl : public Context {
class ContextImpl : public ServerContextImpl {
public:
ContextImpl() :
_tr(new TransportRegistry()),