VR-Forces 4.0.4 Class Documentation
examples/exampleSymbolFacade1/exampleSymbolFacade1.h
Go to the documentation of this file.
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 EXAMPLESYMBOLFACADE1_EXPORTS
00015 #     define DT_DLL_EXAMPLESYMBOLFACADE1 __declspec ( dllexport )
00016 #  else
00017 #     define DT_DLL_EXAMPLESYMBOLFACADE1 __declspec ( dllimport )
00018 #  endif
00019 #else
00020 #  define DT_DLL_EXAMPLESYMBOLFACADE1
00021 #endif
00022 
00023 // Declare & export the plugin initialization function (bool initDeModule(DtDe* de))
00024 #define DT_DE_PLUGIN_EXPORT_MACRO DT_DLL_EXAMPLESYMBOLFACADE1
00025 #include <vrvCore/exportPlugin.h>
00026 
00027 // Plugin initialization methods.
00028 DT_DLL_EXAMPLESYMBOLFACADE1 bool initDeModule( makVrv::DtDe* de );
00029 DT_DLL_EXAMPLESYMBOLFACADE1 void init( makVrv::DtDe& de );
00030 DT_DLL_EXAMPLESYMBOLFACADE1 void installDriver( makVrv::DtDe& de );

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)