summaryrefslogtreecommitdiff
path: root/examples/IPC_SAP
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-13 14:11:55 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-13 14:11:55 +0000
commit9eb7f45a1e33475175938a92f438b4ec7a5b5499 (patch)
tree5e9835b1c44ac0344f8ad0d9efaf87de8bf6b7b4 /examples/IPC_SAP
parent8ab08cb841a58d8ef62da8486015ba685a3e542a (diff)
downloadATCD-9eb7f45a1e33475175938a92f438b4ec7a5b5499.tar.gz
(handle_events): replaced NOTREACHED comment with ACE_NOTREACHED macro
Diffstat (limited to 'examples/IPC_SAP')
-rw-r--r--examples/IPC_SAP/SOCK_SAP/CPP-inserver-fancy.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/IPC_SAP/SOCK_SAP/CPP-inserver-fancy.cpp b/examples/IPC_SAP/SOCK_SAP/CPP-inserver-fancy.cpp
index 712fb6372ba..575b4fe3dce 100644
--- a/examples/IPC_SAP/SOCK_SAP/CPP-inserver-fancy.cpp
+++ b/examples/IPC_SAP/SOCK_SAP/CPP-inserver-fancy.cpp
@@ -589,8 +589,7 @@ Handler_Factory::handle_events (void)
}
}
- /* NOTREACHED */
- return 0;
+ ACE_NOTREACHED (return 0;)
}
int