From d440c3f50a918a932293ad98bcec96eaa4683222 Mon Sep 17 00:00:00 2001 From: Pixel Date: Sun, 4 Dec 2011 01:19:09 -0800 Subject: Reworked some things in the architecture, mainly exceptions and asserts. -) Removed Assert() -) Added AAssert(), IAssert(), RAssert(), TAssert() and Failure() -) Reworked all asserts in the code, and added meaningful messages to them. -) Changed the way the startup code is generated; BALAU_STARTUP is no longer necessary. --- tests/test-Threads.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/test-Threads.cc') diff --git a/tests/test-Threads.cc b/tests/test-Threads.cc index 1005906..50cc741 100644 --- a/tests/test-Threads.cc +++ b/tests/test-Threads.cc @@ -1,12 +1,9 @@ #include #include -BALAU_STARTUP; - using namespace Balau; class TestThread : public Thread { - private: virtual void * proc(); }; -- cgit v1.2.3