#include <iostream>#include <PsController.h>Include dependency graph for Ps.cxx:

Go to the source code of this file.
Functions | |
| void | error (char *mess) |
|
|
Definition at line 21 of file Ps.cxx. References PsController::error(). Referenced by PsnSharedMemoryManager::mmalloc().
00021 {
00022 cout<<"WARNING: deprecated usage : please throw the appropriate exception (PsUserException by default)"<<endl;
00023 PsController::error(mess);
00024 }
|
| Documentation generated on Mon Nov 25 15:25:03 2002 |
Generated with doxygen 1.2.12 by Dimitri van Heesch , 1997-2001 |