Register common IOC shell commands automatically as part of ioccrf constructors.

This commit is contained in:
W. Eric Norum
2000-12-19 21:52:31 +00:00
parent d57ab33a44
commit 85b58a1e05
3 changed files with 41 additions and 7 deletions

View File

@@ -19,12 +19,10 @@ of this distribution.
#include "dbTest.h"
#include "registryRecordType.h"
#include "ioccrf.h"
#include "ioccrfRegisterCommon.h"
#include "registerRecordDeviceDriverRegister.h"
int main(int argc,char *argv[])
{
ioccrfRegisterCommon();
registerRecordDeviceDriverRegister();
if(argc>=2) {
ioccrf(argv[1]);