From ae657c4c8358b66d1ef867b8f90b1eaebaaa71ea Mon Sep 17 00:00:00 2001 From: Pixel Date: Fri, 14 Oct 2011 10:08:26 -0700 Subject: Further tweaks to the Task class: now a Task can declare being smart, and say it's okay to get a EAgain exception, if the operation is interruptible. --- includes/Handle.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'includes/Handle.h') diff --git a/includes/Handle.h b/includes/Handle.h index 8275199..3339699 100644 --- a/includes/Handle.h +++ b/includes/Handle.h @@ -4,11 +4,6 @@ namespace Balau { -class EAgain : public GeneralException { - public: - EAgain() : GeneralException("Try Again") { } -}; - class ENoEnt : public GeneralException { public: ENoEnt(const char * name) : GeneralException(String("No such file or directory: `") + name + "'") { } -- cgit v1.2.3