00001 // @(#)root/base:$Id: TBrowserImp.cxx 20877 2007-11-19 11:17:07Z rdm $ 00002 // Author: Fons Rademakers 15/11/95 00003 00004 /************************************************************************* 00005 * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. * 00006 * All rights reserved. * 00007 * * 00008 * For the licensing terms see $ROOTSYS/LICENSE. * 00009 * For the list of contributors see $ROOTSYS/README/CREDITS. * 00010 *************************************************************************/ 00011 00012 //________________________________________________________________________ 00013 ////////////////////////////////////////////////////////////////////////// 00014 // // 00015 // TBrowserImp // 00016 // // 00017 // ABC describing GUI independent browser implementation protocol. // 00018 // // 00019 ////////////////////////////////////////////////////////////////////////// 00020 00021 #include "TBrowserImp.h" 00022 00023 ClassImp(TBrowserImp) 00024 00025 void TBrowserImp::SetDrawOption(Option_t * /*option*/) {}