From 03a018c077dab88db6d55b85d91a506a76845324 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 25 Oct 2002 00:39:15 +0000 Subject: [PATCH] fixed throw spec --- src/ca/comBuf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ca/comBuf.cpp b/src/ca/comBuf.cpp index 3e69325bb..ce4eb41d4 100644 --- a/src/ca/comBuf.cpp +++ b/src/ca/comBuf.cpp @@ -133,7 +133,7 @@ void comBuf::throwInsufficentBytesException () throw insufficentBytesAvailable (); } -void comBuf::operator delete ( void *pCadaver ) +void comBuf::operator delete ( void *pCadaver ) epics_throws (()) { // Visual C++ .net appears to require operator delete if // placement operator delete is defined? I smell a ms rat