From 863b0ebb0332314e9319c90bdb09f39e8cb2cb44 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 20 Sep 2001 17:13:19 +0000 Subject: [PATCH] added new exception --- src/ca/cacIO.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ca/cacIO.h b/src/ca/cacIO.h index 8e7a4e76d..088ea1ff3 100644 --- a/src/ca/cacIO.h +++ b/src/ca/cacIO.h @@ -175,6 +175,7 @@ public: class notConnected {}; class unsupportedByService {}; class msgBodyCacheTooSmall {}; // hopefully this one goes away in the future + class requestTimedOut {}; private: cacChannelNotify & callback;