VR-Link API Documentation for DIS
cmdVisitor.h
Go to the documentation of this file.
1 
2 /******************************************************************************
3  *
4  * file: Visitor.h
5  *
6  * Copyright (c) 2003, Michael E. Smoot .
7  * All rights reverved.
8  *
9  * See the file COPYING in the top directory of this distribution for
10  * more information.
11  *
12  * THE SOFTWARE IS PROVIDED _AS IS_, WITHOUT WARRANTY OF ANY KIND, EXPRESS
13  * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
15  * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
16  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
17  * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
18  * DEALINGS IN THE SOFTWARE.
19  *
20  *****************************************************************************/
21 
22 
23 #ifndef DtCmdLine_VISITOR_H
24 #define DtCmdLine_VISITOR_H
25 
29 
30 #ifdef DtUSE_UTILITIES_NAMESPACE
31 namespace DtUSE_UTILITIES_NAMESPACE
32 {
33 #endif
34 
35  namespace DtCmdLine {
36 
40 
41  class Visitor
42  {
43  public:
44 
48  Visitor() { }
49 
50  virtual ~Visitor() {}
51 
55  virtual void visit() { }
56  };
57 
58  }
59 
60 #ifdef DtUSE_UTILITIES_NAMESPACE
61 }
62 #endif
63 
64 #endif

Document ID: Generated on Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)