envReader.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 1992-2010 VT MAK
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 
00009 
00010 #ifndef envReader_H_
00011 #define envReader_H_
00012 
00013 #include <mtl/env.h>
00014 
00015 
00018 class DT_DLL_APPENV DtEnvReader
00019 {
00020 public:
00021 
00023    DtEnvReader(){}
00024 
00026    virtual ~DtEnvReader(){}
00027 
00028    virtual DtEnvironment readFile(const DtString& filename,bool& success) = 0;
00029 };
00030 
00031 #endif

Document ID: Generated on Tue Oct 11 19:41:03 EDT 2011 from SVN revision 107422
Copyright © 2005-2011 VT MÄK Inc. All Rights Reserved (www.mak.com)