empty test file for channel search manager for real now :)
This commit is contained in:
18
testApp/remote/testChannelSearchManager.cpp
Normal file
18
testApp/remote/testChannelSearchManager.cpp
Normal file
@@ -0,0 +1,18 @@
|
||||
/* testChannelSearcManager.cpp */
|
||||
|
||||
#include <channelSearchManager.h>
|
||||
|
||||
using namespace epics::pvData;
|
||||
using namespace epics::pvAccess;
|
||||
|
||||
|
||||
|
||||
int main(int argc,char *argv[])
|
||||
{
|
||||
ClientContextImpl* context = new ClientContextImpl();
|
||||
ChannelSearchManager* manager = new ChannelSearchManager(context);
|
||||
|
||||
context->destroy();
|
||||
getShowConstructDestruct()->constuctDestructTotals(stdout);
|
||||
return(0);
|
||||
}
|
||||
Reference in New Issue
Block a user