Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00013 #ifndef GENAPI_IDESTROY_H
00014 #define GENAPI_IDESTROY_H
00015
00016 #include <GenApi/GenApiDll.h>
00017
00018 #pragma warning ( push )
00019 #pragma warning ( disable : 4251 ) // XXX needs to have dll-interface to be used by clients of class YYY
00020
00021 namespace GENAPI_NAMESPACE
00022 {
00023
00024
00025
00026
00032 interface GENAPI_DECL_ABSTRACT IDestroy
00033 {
00035 virtual void Destroy() = 0;
00036
00037 };
00038
00039 }
00040
00041 #pragma warning ( pop )
00042
00043 #endif // GENAPI_IDESTROY_H