Main Page | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals

myexcept.cpp File Reference

#include "SdlArs.h"
#include <string.h>
#include "include.h"
#include "myexcept.h"

Include dependency graph for myexcept.cpp:

Include dependency graph

Go to the source code of this file.

Functions

void Terminate ()


Function Documentation

void Terminate  ) 
 

Definition at line 220 of file myexcept.cpp.

References Exception::what().

00221 {
00222 //   cout << "\n\nThere has been an exception with no handler - exiting";
00223    const char* what = Exception::what();
00224 //   if (what) cout << what << "\n";
00225    exit(1);
00226 }


Generated on Fri Dec 5 04:06:07 2003 for Borqueror by doxygen 1.3.3