From ddb602196a183397f603d8d2ee88e83a628d2324 Mon Sep 17 00:00:00 2001 From: zimoch Date: Thu, 21 Feb 2008 16:18:30 +0000 Subject: [PATCH] comment added --- src/StreamEpics.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/StreamEpics.cc b/src/StreamEpics.cc index a54f72b..67bef3d 100644 --- a/src/StreamEpics.cc +++ b/src/StreamEpics.cc @@ -1157,7 +1157,7 @@ noMoreElements: } #ifdef EPICS_3_14 - +// Pass command to iocsh void streamExecuteCommand(CALLBACK *pcallback) { Stream* pstream = static_cast(pcallback->user); @@ -1172,7 +1172,8 @@ void streamExecuteCommand(CALLBACK *pcallback) } } #else -extern "C" int execute (const char *cmd); +// Pass command to vxWorks shell +extern "C" int execute(const char *cmd); void streamExecuteCommand(CALLBACK *pcallback) {