VR-Forces 4.0.4 Class Documentation
include/vrftasks/dfltTaskFactory.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2002 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: dfltTaskFactory.h,v $ $Revision: 1.2 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00012 
00013 #ifndef DtDefaultSimTaskFactory_H_
00014 #define DtDefaultSimTaskFactory_H_
00015 
00016 #include "vrftasks/taskFactory.h"
00017 
00018 #include "vrftasks/vrftasksDefines.h"
00019 class DT_DLL_vrftasks DtDefaultSimTaskFactory : public DtSimTaskFactory
00020 {
00021 public:
00023    DtDefaultSimTaskFactory();
00024 
00025    static void registerCreators(DtSimTaskFactory* factory);
00026    static DtSimTaskFactory* create();
00027 };
00028 
00029 #endif
00030 
00031 

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)