/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Calibration/rdbModel/rdbModel-00-01-01/src/Tables/Set.cxx

Go to the documentation of this file.
00001 // $Header: /bes/bes/BossCvs/Calibration/rdbModel/src/Tables/Set.cxx,v 1.1.1.1 2005/10/17 06:10:53 maqm Exp $
00002 
00003 #include "rdbModel/Tables/Set.h"
00004 
00005 // more includes??
00006 
00007 namespace rdbModel {
00008 
00009   Visitor::VisitorState Set::accept(Visitor* v) {    
00010     Visitor::VisitorState state = v->visitSet(this);
00011     if (state == Visitor::VBRANCHDONE) return Visitor::VCONTINUE;
00012     return state;
00013   }
00014 }
00015 

Generated on Tue Nov 29 22:57:57 2016 for BOSS_7.0.2 by  doxygen 1.4.7