summaryrefslogtreecommitdiff
path: root/apps/Gateway/Gateway
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-13 19:30:19 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-13 19:30:19 +0000
commitc454baa51bf4e1a27ba871a21719a1bed6c6efa1 (patch)
tree86d22a40e6da6ae9b2c1854d9b22332310a39738 /apps/Gateway/Gateway
parentbee481d74002b676c8bb24529b7374a3b44c69e9 (diff)
downloadATCD-c454baa51bf4e1a27ba871a21719a1bed6c6efa1.tar.gz
replaced NOTREACHED comment with ACE_NOTREACHED macro.
Diffstat (limited to 'apps/Gateway/Gateway')
-rw-r--r--apps/Gateway/Gateway/Concrete_Connection_Handlers.cpp3
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)