IDestroy.h
Go to the documentation of this file.
00001 //-----------------------------------------------------------------------------
00002 //  (c) 2004 by Basler Vision Technologies
00003 //  Section: Vision Components
00004 //  Project: GenApi
00005 //  Author:  Fritz Dierks
00006 //  $Header$
00007 //-----------------------------------------------------------------------------
00013 #ifndef GENAPI_IDESTROY_H
00014 #define GENAPI_IDESTROY_H
00015 
00016 #include <GenApi/GenApiDll.h>
00017 
00018 #ifdef _MSC_VER
00019 #   pragma warning ( push )
00020 #   pragma warning ( disable : 4251 ) // XXX needs to have dll-interface to be used by clients of class YYY
00021 #endif
00022 
00023 namespace GENAPI_NAMESPACE
00024 {
00025 
00026     //*************************************************************
00027     // IDestroy interface
00028     //*************************************************************
00034     interface GENAPI_DECL_ABSTRACT IDestroy
00035     {
00037         virtual void Destroy() = 0;
00038 
00039     };
00040 
00041 }
00042 
00043 #ifdef _MSC_VER
00044 #   pragma warning ( pop )
00045 #endif
00046 
00047 #endif // GENAPI_IDESTROY_H


rc_genicam_api
Author(s): Heiko Hirschmueller
autogenerated on Thu Jun 6 2019 18:42:47