00001 // @(#)root/memstat:$Name$:$Id: LinkDefGUI.h 24357 2008-06-18 17:28:01Z anar $ 00002 // Author: M.Ivanov -- Anar Manafov (A.Manafov@gsi.de) 28/04/2008 00003 00004 /************************************************************************* 00005 * Copyright (C) 1995-2008, 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 #ifdef __CINT__ 00013 #pragma link off all globals; 00014 #pragma link off all classes; 00015 #pragma link off all functions; 00016 00017 #pragma link C++ typedef StringVector_t; 00018 00019 #pragma link C++ class TMemStatViewerGUI+; 00020 #pragma link C++ class TMemStatDrawDlg+; 00021 00022 #endif