OBTConfigurationTree.cpp

Go to the documentation of this file.
00001 #include "OBTConfigurationTree.h"
00002 
00003 using namespace OBT ;
00004 
00005 //-------------------------------------------------------------------------
00006 // ConfigurationTree()
00007 //-------------------------------------------------------------------------
00008 ConfigurationTree::ConfigurationTree()
00009 :
00010 _parametersRoot( "ROOT" )
00011 {
00012 }
00013 
00014 //-------------------------------------------------------------------------
00015 // ~ConfigurationTree()
00016 //-------------------------------------------------------------------------
00017 ConfigurationTree::~ConfigurationTree()
00018 {  
00019 }
00020 
00021 

Generated on Wed Oct 1 11:34:05 2008 for OBT by  doxygen 1.5.3