VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrftasks
adminContentFactory.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2012 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
10
11
#pragma once
12
13
#include "
vrfutil/factoryTemplate.h
"
14
#include "
vrftasks/vrftasksDefines.h
"
15
#include "
vrftasks/radioMsgTypes.h
"
16
17
class
DtAdminContent
;
18
21
class
DT_DLL_vrftasks
DtAdminContentFactory
:
public
DtFactoryTemplate
<DtAdminContent, DtAdminContentMessageType>
22
{
23
public
:
24
DtAdminContentFactory
();
25
virtual
~
DtAdminContentFactory
();
26
27
static
DtAdminContentFactory
*
create
();
28
29
protected
:
31
virtual
DtString
creationTypeName()
const
;
32
};
33
34
35
typedef
DtAdminContentFactory::DtCreatorFcn
DtAdminContentCreatorFcn
;
36
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
)