VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
envWriter.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 envWriter_H__
12 #define envWriter_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 
28  virtual ~DtEnvWriter() {}
29 
30  virtual bool writeFile(DtEnvironment& environment,const DtString& filename) = 0;
31 };
32 
33 #ifdef DtUSE_UTILITIES_NAMESPACE
34 }
35 #endif
36 
37 #endif

Document ID: Generated on Wed Jan 7 13:31:29 EST 2015 from SVN revision 149162
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)