![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /***************************************************************************** 00002 * Copyright (c) 2011 MAK Technologies, Inc. 00003 * All rights reserved. 00004 *****************************************************************************/ 00005 00009 00010 #pragma once 00011 00012 // Plugin export macro. 00013 #ifdef _WIN32 00014 # ifdef EXAMPLESYMBOLFACADE3_EXPORTS 00015 # define DT_DLL_EXAMPLESYMBOLFACADE3 __declspec ( dllexport ) 00016 # else 00017 # define DT_DLL_EXAMPLESYMBOLFACADE3 __declspec ( dllimport ) 00018 # endif 00019 #else 00020 # define DT_DLL_EXAMPLESYMBOLFACADE3 00021 #endif 00022 00023 // Declare & export the plugin initialization function (bool initDeModule(DtDe* de)) 00024 #define DT_DE_PLUGIN_EXPORT_MACRO DT_DLL_EXAMPLESYMBOLFACADE3 00025 #include <vrvCore/exportPlugin.h> 00026 00027 // Plugin initialization methods. 00028 DT_DLL_EXAMPLESYMBOLFACADE3 bool initDeModule( makVrv::DtDe* de ); 00029 DT_DLL_EXAMPLESYMBOLFACADE3 void init( makVrv::DtDe& de ); 00030 DT_DLL_EXAMPLESYMBOLFACADE3 void installDriver( makVrv::DtDe& de );