VR-Link API Documentation for HLA 1.3
cmdVisitor.h
Go to the documentation of this file.
00001 
00002 /****************************************************************************** 
00003  * 
00004  *  file:  Visitor.h
00005  * 
00006  *  Copyright (c) 2003, Michael E. Smoot .
00007  *  All rights reverved.
00008  * 
00009  *  See the file COPYING in the top directory of this distribution for
00010  *  more information.
00011  *  
00012  *  THE SOFTWARE IS PROVIDED _AS IS_, WITHOUT WARRANTY OF ANY KIND, EXPRESS 
00013  *  OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
00014  *  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 
00015  *  THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
00016  *  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 
00017  *  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 
00018  *  DEALINGS IN THE SOFTWARE.  
00019  *  
00020  *****************************************************************************/ 
00021 
00022 
00023 #ifndef DtCmdLine_VISITOR_H
00024 #define DtCmdLine_VISITOR_H
00025  
00029 
00030 #ifdef DtUSE_UTILITIES_NAMESPACE
00031 namespace DtUSE_UTILITIES_NAMESPACE
00032 {
00033 #endif
00034 
00035    namespace DtCmdLine {
00036 
00040 
00041       class Visitor
00042       {
00043       public:
00044 
00048          Visitor() { }
00049 
00050          virtual ~Visitor() {}
00051 
00055          virtual void visit() { }
00056       };
00057 
00058    }
00059 
00060 #ifdef DtUSE_UTILITIES_NAMESPACE
00061 }     
00062 #endif
00063 
00064 #endif

Document ID: Generated on Mon May 14 08:06:18 EDT 2012 from SVN revision 114750
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)