FACT++  1.0
void StateMachineDim::UnLock ( )
protectedvirtual

In the case of dim this secures HandleEvent against dim's commandHandler

Reimplemented from StateMachineImp.

Definition at line 160 of file StateMachineDim.cc.

References dim_unlock().

161 {
162  dim_unlock();
163 }
void dim_unlock()
Definition: dim_thr.c:472

+ Here is the call graph for this function: