mrDarker
2025-08-16 df45966c52bac2eb465cf05c1d6328bf0d00c5ac
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