fixed throw spec

This commit is contained in:
Jeff Hill
2002-10-25 00:39:15 +00:00
parent aafbb17d67
commit 03a018c077

View File

@@ -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