diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-03-13 19:30:19 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-03-13 19:30:19 +0000 |
commit | e64692ef4c3713f3932d8942fe357a73d514eb60 (patch) | |
tree | 86d22a40e6da6ae9b2c1854d9b22332310a39738 /apps | |
parent | 1997ca14fb61e895d52698557a443cbaa3c4cde6 (diff) | |
download | ATCD-e64692ef4c3713f3932d8942fe357a73d514eb60.tar.gz |
replaced NOTREACHED comment with ACE_NOTREACHED macro.
Diffstat (limited to 'apps')
-rw-r--r-- | apps/Gateway/Gateway/Concrete_Connection_Handlers.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/Gateway/Gateway/Concrete_Connection_Handlers.cpp b/apps/Gateway/Gateway/Concrete_Connection_Handlers.cpp index 1701bad4144..7a50650d842 100644 --- a/apps/Gateway/Gateway/Concrete_Connection_Handlers.cpp +++ b/apps/Gateway/Gateway/Concrete_Connection_Handlers.cpp @@ -551,8 +551,7 @@ Thr_Consumer_Handler::svc (void) } } - /* NOTREACHED */ - return 0; + ACE_NOTREACHED (return 0;) } Thr_Supplier_Handler::Thr_Supplier_Handler (const Connection_Config_Info &pci) |