mrDarker
2025-08-10 0bc51843405b703c9fbabc81365625f393ff7d86
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// MCpp_CallbackImpl.h - MULTICAM C++ API - CallbackImpl
#if !defined(__MCPP_CALLBACKIMPL_H__)
#define __MCPP_CALLBACKIMPL_H__
 
namespace Euresys
{
  namespace MultiCam
  {
    inline Callback::~Callback()
    {
    }
  }
}
 
#endif