CV_EXPORTS int cv::gpu::getCudaEnabledDeviceCount() { return 0; }\r
CV_EXPORTS void cv::gpu::setDevice(int) { throw_nogpu(); } \r
CV_EXPORTS int cv::gpu::getDevice() { throw_nogpu(); return 0; } \r
-cv::gpu::DeviceInfo::DeviceInfo() { throw_nogpu(); }\r
-cv::gpu::DeviceInfo::DeviceInfo(int) { throw_nogpu(); }\r
-string cv::gpu::DeviceInfo::name() const { throw_nogpu(); return ""; }\r
-int cv::gpu::DeviceInfo::major() const { throw_nogpu(); return 0; }\r
-int cv::gpu::DeviceInfo::minor() const { throw_nogpu(); return 0; }\r
-int cv::gpu::DeviceInfo::multiProcessorCount() const { throw_nogpu(); return 0; }\r
size_t cv::gpu::DeviceInfo::freeMemory() const { throw_nogpu(); return 0; }\r
size_t cv::gpu::DeviceInfo::totalMemory() const { throw_nogpu(); return 0; }\r
bool cv::gpu::DeviceInfo::has(cv::gpu::GpuFeature) const { throw_nogpu(); return false; }\r
bool cv::gpu::DeviceInfo::isCompatible() const { throw_nogpu(); return false; }\r
-void cv::gpu::DeviceInfo::query() const { throw_nogpu(); }\r
-void cv::gpu::DeviceInfo::queryMemory(size_t, size_t) const { throw_nogpu(); }\r
+void cv::gpu::DeviceInfo::query() { throw_nogpu(); }\r
+void cv::gpu::DeviceInfo::queryMemory(size_t&, size_t&) const { throw_nogpu(); }\r
\r
#else /* !defined (HAVE_CUDA) */\r
\r