proj home

Files   Classes   Functions   Hierarchy  

tvirtfuncPrintfunc.h

Go to the documentation of this file.
00001 #ifndef TVIRTFUNCPRINTFUNC_H
00002 #define TVIRTFUNCPRINTFUNC_H
00003 
00004 #include <tvirtfuncApp.h>
00005 
00006 class tvirtfuncAppA;
00007 class tvirtfuncAppB;
00008 
00018 class tvirtfuncPrintfunc
00019 {
00020 public:
00021 
00022   virtual void visit( tvirtfuncAppA & app ) const = 0;
00023   virtual void visit( tvirtfuncAppB & app ) const = 0;
00024 
00025   virtual ~tvirtfuncPrintfunc() {}
00026 };
00027 
00028 
00029 
00030 #endif
00031 
00032 

Generated on Fri Mar 4 00:49:31 2011 for Chelton Evans Source by  doxygen 1.5.8