18 #include "wvwin32-sanitize.h" 22 #include "wvautoconf.h" 25 #ifndef ENABLE_DELETE_DETECTOR 27 #define deletev delete[] 35 #include <xplc/uuidops.h> 37 #define WVRELEASE(ptr) do { if (ptr) ptr->release(); ptr = 0; } while (0) 38 #define WVDELETE(ptr) do { delete ptr; ptr = 0; } while (0) Smart pointer for XPLC interfaces.
The XPLC helper class for the C++ binding.
Include this file right after IObject.h (or instead of) to detect accidental uses of "delete" on an X...
This file contains the XPLC foundation interface.