VR-Forces 4.1.1 Class Documentation
DtCockpitModelDefinitionRenamedChanged.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtCockpitModelDefinitionRenamedChanged.h,v $ $Revision: 1.16 $ $State: Exp $
7 ******************************************************************************/
8 
18 
19 #pragma once
20 
23 
24 namespace makVrv
25 {
26  class DtDe;
27 
34  {
35  public:
37 
39 
44  virtual void modelDefinitionRenamed(const std::string& oldName,
45  const std::string& newName);
46 
47  const std::string& oldName() const
48  {
49  return myOldName;
50  }
51 
52  const std::string& newName() const
53  {
54  return myNewName;
55  }
56 
57  protected:
59  std::string myOldName;
60  std::string myNewName;
61  };
62 }

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)