IDeviceHandlerFactory.cpp 227 B

1234567891011121314
  1. #include "stdafx.h"
  2. #include "IDeviceHandlerFactory.h"
  3. using namespace DIOS::Dev::Detail::MachineryECOM;
  4. IDeviceHandlerFactory::IDeviceHandlerFactory()
  5. {
  6. }
  7. IDeviceHandlerFactory::~IDeviceHandlerFactory()
  8. {
  9. }