CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FUShmCleanUp_t.cc
Go to the documentation of this file.
1 //
3 // FUShmCleanUp_t
4 // --------------
5 //
6 // 19/11/2006 Philipp Schieferdecker <philipp.schieferdecker@cern.ch>
8 
9 
11 
12 #include <iostream>
13 
14 
15 using namespace std;
16 using namespace evf;
17 
18 
19 //______________________________________________________________________________
20 int main(int argc,char** argv)
21 {
22  if (FUShmBuffer::releaseSharedMemory())
23  cout<<"SHARED MEMORY RELEASED SUCCESSFULLY."<<endl;
24  else
25  cout<<"NO SHARED MEMORY RELEASED!"<<endl;
26 
27  return 0;
28 }
int main(int argc, char **argv)
tuple argc
Definition: dir2webdir.py:41
tuple cout
Definition: gather_cfg.py:121