// MCpp_CallbackImpl.h - MULTICAM C++ API - CallbackImpl #if !defined(__MCPP_CALLBACKIMPL_H__) #define __MCPP_CALLBACKIMPL_H__ namespace Euresys { namespace MultiCam { inline Callback::~Callback() { } } } #endif