initial version of new ChannelSearchManager

This commit is contained in:
Matej Sekoranja
2011-11-08 14:34:45 +01:00
parent d46f024e6b
commit 64672885a6
14 changed files with 582 additions and 1198 deletions

View File

@@ -13,6 +13,8 @@
#include <stdlib.h>
#include <sys/time.h>
#include <pv/event.h>
using namespace std;
using namespace std::tr1;
using namespace epics::pvData;
@@ -284,4 +286,4 @@ int main (int argc, char *argv[])
ClientFactory::stop();
return allOK ? 0 : 1;
}
}