Skip to content

Commit

Permalink
Merge pull request opencv#17536 from ilya-lavrenov:remove-error-listener
Browse files Browse the repository at this point in the history
  • Loading branch information
alalek committed Jun 12, 2020
2 parents c2664d9 + 9697e3a commit 1644af8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/dnn/src/ie_ngraph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,9 @@ class InfEngineNgraphCustomLayerFactory : public InferenceEngine::ILayerImplFact
class InfEngineNgraphExtension : public InferenceEngine::IExtension
{
public:
#if INF_ENGINE_VER_MAJOR_LT(INF_ENGINE_RELEASE_2020_2)
virtual void SetLogCallback(InferenceEngine::IErrorListener&) noexcept {}
#endif
virtual void Unload() noexcept {}
virtual void Release() noexcept {}
virtual void GetVersion(const InferenceEngine::Version*&) const noexcept {}
Expand Down
2 changes: 2 additions & 0 deletions modules/dnn/src/op_inf_engine.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,9 @@ class InfEngineBackendLayer : public Layer
class InfEngineExtension : public InferenceEngine::IExtension
{
public:
#if INF_ENGINE_VER_MAJOR_LT(INF_ENGINE_RELEASE_2020_2)
virtual void SetLogCallback(InferenceEngine::IErrorListener&) noexcept {}
#endif
virtual void Unload() noexcept {}
virtual void Release() noexcept {}
virtual void GetVersion(const InferenceEngine::Version*&) const noexcept {}
Expand Down

0 comments on commit 1644af8

Please sign in to comment.