Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

GUI.cxx

Go to the documentation of this file.
00001 // Gui.cxx
00002 // $Header: /nfs/slac/g/glast/ground/cvs/gui/src/GUI.cxx,v 1.1 2001/05/08 03:28:50 burnett Exp $
00003 //
00004 // stuff to access the instance
00005 #include "gui/GUI.h"
00006 
00007 namespace gui {
00008 
00009 GUI* GUI::s_instance=0;
00010 
00011 GUI* GUI::instance(GUI* i){ 
00012     if(i) s_instance=i;
00013     return s_instance;
00014 }
00015 
00016 }

Generated at Wed Nov 21 12:20:55 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000