From 990276740afafeb69f64b01050a99f113bb89fa6 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 1 May 2012 14:52:54 +0000 Subject: Add beginning of NxWM NxConsole application git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4681 42af7a65-404d-4744-a932-0658087f49c3 --- NxWidgets/nxwm/include/iapplication.hxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'NxWidgets/nxwm/include/iapplication.hxx') diff --git a/NxWidgets/nxwm/include/iapplication.hxx b/NxWidgets/nxwm/include/iapplication.hxx index 885b85710..be9a96fe5 100644 --- a/NxWidgets/nxwm/include/iapplication.hxx +++ b/NxWidgets/nxwm/include/iapplication.hxx @@ -99,10 +99,12 @@ namespace NxWM virtual NXWidgets::CNxString getName(void) = 0; /** - * Start the application (pehaps in the minimized state). + * Start the application (perhaps in the minimized state). + * + * @return True if the application was successfully started. */ - virtual void run(void) = 0; + virtual bool run(void) = 0; /** * Stop the application. -- cgit v1.2.3