VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 
25 {
26 public:
27 
29  virtual ~DtAbsNotifyObserver();
30 
32  DtAbsNotifyObserver& operator=(const DtAbsNotifyObserver& orig);
33 
37  virtual bool notifyFromObserved(DtObservee* observed,
39 
40 protected:
41 
43 
46 
49 };
50 
51 #ifdef DtUSE_UTILITIES_NAMESPACE
52 }
53 #endif
54 
55 

Document ID: Generated on Tue Mar 1 02:56:17 EST 2016 from SVN revision 162687
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)