prepare for moving everything in src/V3IOC to pvAccessCPP

This commit is contained in:
Marty Kraimer
2014-02-04 09:21:50 -05:00
parent e8a9771d1e
commit 5d0718ab3a
12 changed files with 134 additions and 64 deletions

View File

@@ -46,7 +46,6 @@ static const iocshFuncDef exampleServerFuncDef = {
"exampleServerCreateRecords", 1, testArgs};
static void exampleServerCallFunc(const iocshArgBuf *args)
{
char *prefix = args[0].sval;
ExampleServerCreateRecords::create();
}

View File

@@ -1,3 +1,4 @@
include "base.dbd"
include "PVAServerRegister.dbd"
include "registerChannelProviderLocal.dbd"
registrar("exampleServerRegister")