mrDarker
2025-07-25 6f9076e55cc4888f4206c828cc7bac9bc7380425
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