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


Public Member Functions | |
| CommandLock () | |
| void | process (ExecutionEnvironment &) |
Private Attributes | |
| int | dummy |
|
|
Definition at line 220 of file command.cpp. 00221 {
00222 }
|
|
|
Implements InstantaneousCommand. Definition at line 224 of file command.cpp. 00225 {
00226 env.getSimulation()->phaseLock();
00227 }
|
|
|
|
1.4.1