00001 #ifdef _PVM 00002 #include "PsPvmException.h" 00003 00004 PsPvmException::PsPvmException ( int info ) : 00005 PsException ("Exception raised by the pvm subsystem"), 00006 errorInfo ( info ) 00007 { 00008 } 00009 00010 PsPvmException::~PsPvmException () 00011 { 00012 00013 } 00014 00015 00016 #endif 00017 00018
| Documentation generated on Mon Nov 25 15:25:02 2002 |
Generated with doxygen 1.2.12 by Dimitri van Heesch , 1997-2001 |