Context, ChannelSearchManager cyc. dep. resolved

This commit is contained in:
Matej Sekoranja
2011-01-09 22:41:05 +01:00
parent 7a16e8f748
commit f1f7ad2709
9 changed files with 124 additions and 380 deletions

View File

@@ -5,14 +5,12 @@
using namespace epics::pvData;
using namespace epics::pvAccess;
int main(int argc,char *argv[])
{
ClientContextImpl* context = new ClientContextImpl();
Context* context = 0; // TODO will crash...
ChannelSearchManager* manager = new ChannelSearchManager(context);
context->destroy();
// context->destroy();
getShowConstructDestruct()->constuctDestructTotals(stdout);
return(0);
}