VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvGlStudioShared
DtGlStudioVrlAttributeUpdater.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2009 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: DtGlStudioVrlAttributeUpdater.h,v $ $Revision: 1.3 $ $State: Exp $
7
*******************************************************************************/
8
12
13
#ifndef DT_PROTOCOL_NAMESPACE
14
#error Namespace Protocol Macro DT_PROTOCOL_NAMESPACE not defined.
15
#endif
16
17
#ifndef DtGlStudioVrlAttributeUpdater_h
18
#define DtGlStudioVrlAttributeUpdater_h
19
20
#include <
vrvGlStudioShared/DtGlStudioAttributeUpdater.h
>
21
22
23
namespace
makVrv
24
{
25
26
namespace
DT_PROTOCOL_NAMESPACE
27
{
28
29
class
DtVrlinkEntityStateListener
;
30
33
class
DT_DLL_VRVGLSTUDIOVRLINK
DtGlStudioVrlAttributeUpdater
:
public
DtGlStudioAttributeUpdater
34
{
35
public
:
36
DtGlStudioVrlAttributeUpdater
();
37
virtual
~
DtGlStudioVrlAttributeUpdater
();
38
39
virtual
void
init
(
DtVrlinkEntityStateListener
* listener);
40
41
protected
:
42
};
43
44
}
//DT_PROTOCOL_NAMESPACE::
45
46
}
//makVrv::
47
48
#endif
49
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
)