diff options
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) |