VR-Forces 4.0.4 Class Documentation
examples/exampleFomMapper/exampleFomMapperPlugin.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2009 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: exampleFomMapperPlugin.h,v $ $Revision: 1.2 $ $State: Exp $
00007 ******************************************************************************/
00008 
00011 
00012 #pragma once
00013 
00014 // Get proper local export symbol
00015 #include "exampleFomMapper.h"
00016 
00017 // Setup proper plugin export symbol
00018 #define DT_DE_PLUGIN_EXPORT_MACRO DT_DLL_EXAMPLEFOMMAPPER
00019 
00020 // Declare & export the plugin initialization function (bool initDeModule(DtDe* de))
00021 #include <vrvCore/exportPlugin.h>
00022 
00023 namespace makVrv 
00024 { 
00025    class DtDe; 
00026 }
00027 
00028 // Work function for the plugin initialization
00029 void init(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)