equal
deleted
inserted
replaced
24 |
24 |
25 CKeyToolCommand::CKeyToolCommand(CController* aController) :CActive(EPriorityNormal) |
25 CKeyToolCommand::CKeyToolCommand(CController* aController) :CActive(EPriorityNormal) |
26 { |
26 { |
27 iController = aController; |
27 iController = aController; |
28 } |
28 } |
|
29 |