VR-Forces 4.1.1 Class Documentation
baseMapper.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2001 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: baseMapper.h,v $ $Revision: 1.4 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #ifndef BASEMAPPER_H_
13 #define BASEMAPPER_H_
14 
17 #include "ngutil/dtqlist.h"
18 
19 class DtDescriptor;
21 
23 
25 {
26 public:
27  DtBaseMapper();
28 
29  virtual ~DtBaseMapper();
30 
31  virtual bool addSymbolToList(DtDescriptor* sd, bool replace = false) = 0;
32 
33  virtual void getSymbolDescriptors(DtSDList*) const = 0;
34 };
35 
36 
37 #endif //BASEMAPPER_H_
38 

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)