VR-Forces 4.0.4 Class Documentation
examples/exampleVisualDefinitionSet/exampleVisualDefinitionSetPluginInit.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2009 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: exampleVisualDefinitionSetPluginInit.h,v $ $Revision: 1.4 $ $State: Exp $
00007 ******************************************************************************/
00009 
00010 #ifndef exampleVisualDefinitionSetPluginInit_H_
00011 #define exampleVisualDefinitionSetPluginInit_H_
00012 
00013 // Get proper local export symbol
00014 #include "exampleVisualDefinitionSetPlugin.h"
00015 
00016 // Setup proper plugin export symbol
00017 #define DT_DE_PLUGIN_EXPORT_MACRO DT_DLL_EXAMPLEVISUALDEFINITIONSETPLUGIN
00018 
00019 // Export plugging function bool initDeModule(DtDe* de);
00020 #include <vrvCore/exportPlugin.h>
00021 
00022 namespace makVrv
00023 {
00024    class DtDe;
00025    namespace vrvExampleVisualDefinitionSetPlugin
00026    {
00027       DT_DLL_EXAMPLEVISUALDEFINITIONSETPLUGIN void init(DtDe& anIG);
00028    }
00029 }
00030 
00031 #endif

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)