[VS2017] QueryState build error C4996 was fixed (#4547)

* disable and cleanup interp and resample that is covered by interpolate

* QueryState build error C4996 was fixed

Co-authored-by: chenhuwa <chenhu.wang@intel.com>
This commit is contained in:
Alexey Varyzgin 2021-03-02 21:08:09 +03:00 committed by GitHub
parent 77e80ddbb3
commit b04a11697e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,7 @@
namespace InferenceEngine {
IE_SUPPRESS_DEPRECATED_START_WIN
/**
* @brief Executable network `noexcept` wrapper which accepts IExecutableNetworkInternal derived instance which can throw exceptions
* @ingroup ie_dev_api_exec_network_api
@ -110,6 +111,7 @@ public:
protected:
~ExecutableNetworkBase() override = default;
};
IE_SUPPRESS_DEPRECATED_END_WIN
/**
* @brief Create an execuable network public C++ object wrapper based on internal inplementation