Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members  

except.cpp

Go to the documentation of this file.
00001 #include "except.h"
00002 
00003 namespace crs {
00004 
00005   namespace except {
00006     syscall::syscall( std::string call, int result ): _result( result ), _call( call ) {
00007     }
00008   }
00009 
00010 }

Generated on Mon May 19 20:36:03 2003 for cursive by doxygen1.2.18