From 17df4c2b9616c29865b0d893cc797d4938a660a2 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 24 Sep 2008 00:19:12 +0000 Subject: Wholly crap. Added the Fifo, fixed a bunch of bugs, made things more standard, now I have a huge list of new functions to add. Also, we discovered that if we add -W it produces more warnings, warnings about things that we'd like to know about. I have a lot of work to go fixing that... --- src/exceptions.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/exceptions.h') diff --git a/src/exceptions.h b/src/exceptions.h index cef682f..91e0e6d 100644 --- a/src/exceptions.h +++ b/src/exceptions.h @@ -16,6 +16,7 @@ namespace Bu subExceptionDecl( XmlException ) subExceptionDecl( TafException ) subExceptionDecl( FileException ) + subExceptionDecl( FifoException ) subExceptionDecl( SocketException ) subExceptionDecl( ConnectionException ) subExceptionDecl( PluginException ) -- cgit v1.2.3