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

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)