summaryrefslogtreecommitdiff
path: root/apps/Gateway/Gateway/Event_Channel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/Gateway/Gateway/Event_Channel.cpp')
-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 57329337afa..c2a4a350c6f 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 */
}
- ACE_NOTREACHED (return 0);
+ return 0;
}
int
@@ -493,7 +493,7 @@ Event_Channel::subscribe (const Event_Key &event_addr,
/* NOTREACHED */
}
- ACE_NOTREACHED (return 0);
+ return 0;
}
int