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.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/exceptions.cpp') diff --git a/src/exceptions.cpp b/src/exceptions.cpp index 24c1a93..5d6deeb 100644 --- a/src/exceptions.cpp +++ b/src/exceptions.cpp @@ -13,6 +13,7 @@ namespace Bu subExceptionDef( XmlException ) subExceptionDef( TafException ) subExceptionDef( FileException ) + subExceptionDef( FifoException ) subExceptionDef( SocketException ) subExceptionDef( ConnectionException ) subExceptionDef( PluginException ) -- cgit v1.2.3