CMS 3D CMS Logo

FUShmCleanUp_t.cc

Go to the documentation of this file.
00001 
00002 //
00003 // FUShmCleanUp_t
00004 // --------------
00005 //
00006 //            19/11/2006 Philipp Schieferdecker <philipp.schieferdecker@cern.ch>
00008 
00009 
00010 #include "EventFilter/ShmBuffer/interface/FUShmBuffer.h"
00011 
00012 #include <iostream>
00013 
00014 
00015 using namespace std;
00016 using namespace evf;
00017 
00018 
00019 //______________________________________________________________________________
00020 int main(int argc,char** argv)
00021 {
00022   if (FUShmBuffer::releaseSharedMemory())
00023     cout<<"SHARED MEMORY RELEASED SUCCESSFULLY."<<endl;
00024   else
00025     cout<<"NO SHARED MEMORY RELEASED!"<<endl;
00026   
00027   return 0;
00028 }

Generated on Tue Jun 9 17:34:47 2009 for CMSSW by  doxygen 1.5.4