summaryrefslogtreecommitdiff
path: root/CIAO/examples/Display/NavDisplayGUI_exec/QuitCmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/examples/Display/NavDisplayGUI_exec/QuitCmd.cpp')
-rw-r--r--CIAO/examples/Display/NavDisplayGUI_exec/QuitCmd.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/CIAO/examples/Display/NavDisplayGUI_exec/QuitCmd.cpp b/CIAO/examples/Display/NavDisplayGUI_exec/QuitCmd.cpp
deleted file mode 100644
index b4d39f660fe..00000000000
--- a/CIAO/examples/Display/NavDisplayGUI_exec/QuitCmd.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
-#include "QuitCmd.h"
-#include "RootPanel.h"
-
-QuitCmd::QuitCmd()
-{
-}
-
-QuitCmd *
-QuitCmd::create(RootPanel *form)
-{
- QuitCmd *cmd = new QuitCmd ();
- cmd->form_ = form;
- return cmd;
-}
-
-int
-QuitCmd::execute (void * /* context */)
-{
- return form_->close ();
-}