Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

CommandLock Class Reference

#include <command.h>

Inheritance diagram for CommandLock:

Inheritance graph
Collaboration diagram for CommandLock:

Collaboration graph
List of all members.

Public Member Functions

 CommandLock ()
void process (ExecutionEnvironment &)

Private Attributes

int dummy

Constructor & Destructor Documentation

CommandLock::CommandLock  ) 
 

Definition at line 220 of file command.cpp.

00221 {
00222 }


Member Function Documentation

void CommandLock::process ExecutionEnvironment  )  [virtual]
 

Implements InstantaneousCommand.

Definition at line 224 of file command.cpp.

00225 {
00226     env.getSimulation()->phaseLock();
00227 }


Member Data Documentation

int CommandLock::dummy [private]
 

Definition at line 179 of file command.h.


The documentation for this class was generated from the following files:
Generated on Sat Jan 14 22:33:13 2006 for Celestia by  doxygen 1.4.1