#include <command.h>
Inheritance diagram for CommandExit:


Public Member Functions | |
| CommandExit () | |
| void | process (ExecutionEnvironment &) |
Private Attributes | |
| int | dummy |
|
|
Definition at line 315 of file command.cpp. 00316 {
00317 }
|
|
|
Implements InstantaneousCommand. Definition at line 319 of file command.cpp. 00320 {
00321 exit(0);
00322 }
|
|
|
|
1.4.1