VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjcore
remoteComponentConfigurationBuilder.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: remoteComponentConfigurationBuilder.h,v $ $Revision: 1.2 $ $State: Exp $
7
*******************************************************************************/
8
#ifndef DTREMOTECOMPONENTCONFIGURATIONBUILDER_H_
9
#define DTREMOTECOMPONENTCONFIGURATIONBUILDER_H_
10
13
14
class
DtString
;
15
class
DtFilename;
16
class
DtVrfObject
;
17
18
class
DtRemoteComponentAttachmentManager
;
19
20
#include "
vrfobjcore/vrfobjcoreDefines.h
"
21
27
class
DT_DLL_vrfobjcore
DtRemoteComponentConfigurationBuilder
28
{
29
public
:
30
31
typedef
DtRemoteComponentConfigurationBuilder
* (*CreatorFcn)(
DtRemoteComponentAttachmentManager
*);
32
33
public
:
34
36
DtRemoteComponentConfigurationBuilder
(
DtRemoteComponentAttachmentManager
*pRemoteCompAttachMgr);
37
39
virtual
~
DtRemoteComponentConfigurationBuilder
();
40
41
public
:
42
46
virtual
bool
addRemoteConfigurationToObject(
const
DtString
& configKeyName,
47
DtVrfObject
* pVrfObj) = 0;
48
49
public
:
50
53
static
DtRemoteComponentConfigurationBuilder
* create(
DtRemoteComponentAttachmentManager
*);
54
55
protected
:
56
57
DtRemoteComponentAttachmentManager
*
pMyRemoteCompAttachMgr
;
58
59
protected
:
61
DtRemoteComponentConfigurationBuilder
();
62
63
private
:
65
DtRemoteComponentConfigurationBuilder
(
DtRemoteComponentConfigurationBuilder
&);
66
const
DtRemoteComponentConfigurationBuilder
& operator=(
const
DtRemoteComponentConfigurationBuilder
&);
67
};
68
69
#endif
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)