mirror of
https://github.com/opencv/opencv.git
synced 2025-06-12 20:42:53 +08:00
Merge pull request #17536 from ilya-lavrenov:remove-error-listener
This commit is contained in:
commit
1644af841b
@ -239,7 +239,9 @@ private:
|
|||||||
class InfEngineNgraphExtension : public InferenceEngine::IExtension
|
class InfEngineNgraphExtension : public InferenceEngine::IExtension
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
#if INF_ENGINE_VER_MAJOR_LT(INF_ENGINE_RELEASE_2020_2)
|
||||||
virtual void SetLogCallback(InferenceEngine::IErrorListener&) noexcept {}
|
virtual void SetLogCallback(InferenceEngine::IErrorListener&) noexcept {}
|
||||||
|
#endif
|
||||||
virtual void Unload() noexcept {}
|
virtual void Unload() noexcept {}
|
||||||
virtual void Release() noexcept {}
|
virtual void Release() noexcept {}
|
||||||
virtual void GetVersion(const InferenceEngine::Version*&) const noexcept {}
|
virtual void GetVersion(const InferenceEngine::Version*&) const noexcept {}
|
||||||
|
@ -226,7 +226,9 @@ private:
|
|||||||
class InfEngineExtension : public InferenceEngine::IExtension
|
class InfEngineExtension : public InferenceEngine::IExtension
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
#if INF_ENGINE_VER_MAJOR_LT(INF_ENGINE_RELEASE_2020_2)
|
||||||
virtual void SetLogCallback(InferenceEngine::IErrorListener&) noexcept {}
|
virtual void SetLogCallback(InferenceEngine::IErrorListener&) noexcept {}
|
||||||
|
#endif
|
||||||
virtual void Unload() noexcept {}
|
virtual void Unload() noexcept {}
|
||||||
virtual void Release() noexcept {}
|
virtual void Release() noexcept {}
|
||||||
virtual void GetVersion(const InferenceEngine::Version*&) const noexcept {}
|
virtual void GetVersion(const InferenceEngine::Version*&) const noexcept {}
|
||||||
|
Loading…
Reference in New Issue
Block a user