VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvGlStudio
DtUpdaterFactorySeed.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtUpdaterFactorySeed.h,v $ $Revision: 1.1 $ $State: Exp $
7
******************************************************************************/
8
11
12
#pragma once
13
14
namespace
makVrv
15
{
16
class
DtDe;
17
21
class
DT_DLL_VRVGLSTUDIO
DtUpdaterFactorySeed
22
{
23
public
:
25
DtUpdaterFactorySeed
(
DtDe
* de);
26
28
virtual
~
DtUpdaterFactorySeed
();
29
35
virtual
void
seedFactory();
36
37
protected
:
38
DtDe
*
myDe
;
39
};
40
41
}
//makVrv::
42
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)