1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

first attemp

This commit is contained in:
Ilya Lavrenov
2014-04-16 15:34:18 +04:00
parent e11d998cfb
commit f3c56f8310
9 changed files with 139 additions and 3 deletions
+10
View File
@@ -1063,6 +1063,16 @@ TLSStorage::~TLSStorage()
TLSData<CoreTLSData> coreTlsData;
void setIppStatus(int status)
{
coreTlsData.get()->ippStatus = status;
}
int getIppStatus()
{
return coreTlsData.get()->ippStatus;
}
} // namespace cv
/* End of file. */