summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/Gateway/Gateway/Event_Channel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/Gateway/Gateway/Event_Channel.cpp b/apps/Gateway/Gateway/Event_Channel.cpp
index c2a4a350c6f..57329337afa 100644
--- a/apps/Gateway/Gateway/Event_Channel.cpp
+++ b/apps/Gateway/Gateway/Event_Channel.cpp
@@ -457,7 +457,7 @@ Event_Channel::bind_proxy (Connection_Handler *connection_handler)
/* NOTREACHED */
}
- return 0;
+ ACE_NOTREACHED (return 0);
}
int
@@ -493,7 +493,7 @@ Event_Channel::subscribe (const Event_Key &event_addr,
/* NOTREACHED */
}
- return 0;
+ ACE_NOTREACHED (return 0);
}
int