VR-Link API Documentation for HLA 1.3
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vlutil
vlAbsNotifyObs.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
8
#pragma once
9
10
#include "
vlMachineTypes.h
"
11
#include "
vlObservee.h
"
12
13
#ifdef DtUSE_UTILITIES_NAMESPACE
14
namespace
DtUSE_UTILITIES_NAMESPACE
15
{
16
#endif
17
24
class
DT_DLL_VLUTIL
DtAbsNotifyObserver
25
{
26
public
:
27
29
virtual
~
DtAbsNotifyObserver
();
30
32
DtAbsNotifyObserver
& operator=(
const
DtAbsNotifyObserver
& orig);
33
37
virtual
bool
notifyFromObserved(
DtObservee
* observed,
38
const
DtObservee::DtWhyNotifyObserver
& why);
39
40
protected
:
41
43
45
DtAbsNotifyObserver
();
46
48
DtAbsNotifyObserver
(
const
DtAbsNotifyObserver
& orig);
49
};
50
51
#ifdef DtUSE_UTILITIES_NAMESPACE
52
}
53
#endif
54
55
Document ID: Generated on Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)