![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /****************************************************************************** 00002 ** Copyright (c) 2007 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 ******************************************************************************/ 00005 /****************************************************************************** 00006 ** $RCSfile: exampleChannelPluginInit.h,v $ $Revision: 1.4 $ $State: Exp $ 00007 ******************************************************************************/ 00009 00010 #ifndef exampleChannelPluginInit_h_ 00011 #define exampleChannelPluginInit_h_ 00012 00013 // Get proper local export symbol 00014 #include "exampleChannelPlugin.h" 00015 00016 // Setup proper plugin export symbol 00017 #define DT_DE_PLUGIN_EXPORT_MACRO DT_DLL_EXAMPLECHANNELPLUGIN 00018 00019 // Export plugging function bool initDeModule(DtDe* de); 00020 #include <vrvCore/exportPlugin.h> 00021 00022 namespace makVrv 00023 { 00024 class DtDe; 00025 namespace vrvExampleChannelPlugin 00026 { 00027 DT_DLL_EXAMPLECHANNELPLUGIN void init(DtDe& anIG); 00028 } 00029 } 00030 00031 #endif