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 #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     // IDestroy interface
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


rc_visard_driver
Author(s): Heiko Hirschmueller , Christian Emmerich , Felix Ruess
autogenerated on Thu Jun 6 2019 20:43:04