![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /****************************************************************************** 00002 ** Copyright (c) 2011 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 ******************************************************************************/ 00005 00009 00010 #ifndef exampleCloudDriverPluginInit_H_ 00011 #define exampleCloudDriverPluginInit_H_ 00012 00013 //Get proper local export symbol 00014 #include "exampleCloudDriverPlugin.h" 00015 00016 //Setup proper plugin export symbol 00017 #define DT_DE_PLUGIN_EXPORT_MACRO DT_DLL_EXAMPLECLOUDDRIVER 00018 00019 //Export plugin function void initDeModule(DtDe*); 00020 #include <vrvCore/exportPlugin.h> 00021 00022 namespace makVrv 00023 { 00024 class DtDe; 00025 00026 namespace vrvExampleCloudDriver 00027 { 00028 DT_DLL_EXAMPLECLOUDDRIVER void init(DtDe& de); 00029 00030 void installDriver(DtDe& de); 00031 } 00032 } 00033 00034 #endif