CMS 3D CMS Logo

IgOnLowMemoryService.h

Go to the documentation of this file.
00001 #ifndef IGUANA_FRAMEWORK_IG_ON_LOW_MEMORY_SERVICE_H
00002 # define IGUANA_FRAMEWORK_IG_ON_LOW_MEMORY_SERVICE_H
00003 
00004 //<<<<<< INCLUDES                                                       >>>>>>
00005 
00006 # include "Iguana/Framework/interface/config.h"
00007 
00008 //<<<<<< PUBLIC DEFINES                                                 >>>>>>
00009 //<<<<<< PUBLIC CONSTANTS                                               >>>>>>
00010 //<<<<<< PUBLIC TYPES                                                   >>>>>>
00011 //<<<<<< PUBLIC VARIABLES                                               >>>>>>
00012 //<<<<<< PUBLIC FUNCTIONS                                               >>>>>>
00013 //<<<<<< CLASS DECLARATIONS                                             >>>>>>
00014 
00015 class IGUANA_FRAMEWORK_API IgOnLowMemoryService
00016 {
00017 public:
00018     // FIXME: these should be services app drivers can hook on to.
00019     static bool                 init (const char *appname);
00020     static void                 fatal (void);
00021     static void                 quit (void);
00022     static void                 danger (void);
00023 
00024 private:
00026     static bool                 s_allocated;
00027 };
00028 
00029 //<<<<<< INLINE PUBLIC FUNCTIONS                                        >>>>>>
00030 //<<<<<< INLINE MEMBER FUNCTIONS                                        >>>>>>
00031 
00032 #endif // IGUANA_FRAMEWORK_IG_ON_LOW_MEMORY_SERVICE_H

Generated on Tue Jun 9 17:38:23 2009 for CMSSW by  doxygen 1.5.4