Bug 2711 - Plan launcher should use reactor->register_stdin_handler
Summary: Plan launcher should use reactor->register_stdin_handler
Status: RESOLVED WONTFIX
Alias: None
Product: CIAO
Classification: Unclassified
Component: DAnCE (show other bugs)
Version: 0.5.3
Hardware: All All
: P3 normal
Assignee: Will Otte
URL:
Depends on:
Blocks: 3253
  Show dependency tree
 
Reported: 2006-11-15 09:37 CST by Johnny Willemsen
Modified: 2009-02-18 21:37 CST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Johnny Willemsen 2006-11-15 09:37:33 CST
The plan launcher has in Plan_Launcher.cpp the following code to wait for
keyboard input, it is better to use an event handler together with
reactor->register_stdin_handler.

ACE_DEBUG ((LM_DEBUG,
"Press <Enter> to tear down application\n"));
char dummy [256];
std::cin.getline (dummy, 256);
Comment 1 Johnny Willemsen 2006-11-17 07:00:38 CST
to will
Comment 2 Johnny Willemsen 2006-11-24 06:53:24 CST
I will handle this
Comment 3 Johnny Willemsen 2006-11-24 06:53:32 CST
accept
Comment 4 Johnny Willemsen 2007-02-21 07:05:25 CST
Changed component
Comment 5 Johnny Willemsen 2007-04-11 06:08:41 CDT
to pool
Comment 6 Will Otte 2009-02-18 21:37:38 CST
This code has been removed in the new version.