VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
envReader.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 ******************************************************************************/
5 
6 
10 
11 #ifndef envReader_H_
12 #define envReader_H_
13 
14 #include "environment.h"
15 
16 #ifdef DtUSE_UTILITIES_NAMESPACE
17 namespace DtUSE_UTILITIES_NAMESPACE
18 {
19 #endif
20 
24 {
25 public:
26 
29 
31  virtual ~DtEnvReader(){}
32 
33  virtual DtEnvironment readFile(const DtString& filename,bool& success) = 0;
34 };
35 
36 #ifdef DtUSE_UTILITIES_NAMESPACE
37 }
38 #endif
39 
40 #endif

Document ID: Generated on Fri Dec 2 02:42:08 EST 2016 from SVN revision 171416
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)