Go to the source code of this file.
|
int | main (int argc, char **argv) |
|
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 20 of file FUShmCleanUp_t.cc.
References gather_cfg::cout.
22 if (FUShmBuffer::releaseSharedMemory())
23 cout<<
"SHARED MEMORY RELEASED SUCCESSFULLY."<<endl;
25 cout<<
"NO SHARED MEMORY RELEASED!"<<endl;