VR-Forces 4.1.1 Class Documentation
DtDistributedEnvironmentSettingsRecord.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2011 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtDistributedEnvironmentSettingsRecord.h,v $ $Revision: 1.1 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 
16 #include <vector>
17 
18 namespace makArchives
19 {
23  {
24  public:
25 
28 
31 
34 
37 
38  virtual void setAllowSimEnvironmentEffectMessages(bool val);
39 
40  virtual bool allowSimEnvironmentEffectMessages() const;
41 
42  protected:
43 
44  friend class boost::serialization::access;
45 
49  template<class Archive>
50  void serialize(Archive & ar, const unsigned int version)
51  {
52  ar & BOOST_SERIALIZATION_NVP(myAllowSimEnvironmentEffectMessages);
53  }
54 
56  };
57 }
58 
60 
61 

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)