|
|
| OLD | NEW |
|---|---|
| (Empty) | |
| 1 #include "RowChooser.h" | |
| 2 namespace jamf | |
| 3 { | |
| 4 | |
| 5 RowChooser::RowChooser(int id) : BasicComponent(id) | |
| 6 { | |
| 7 } | |
| 8 | |
| 9 RowChooser::~RowChooser() | |
| 10 { | |
| 11 } | |
| 12 ········ | |
| 13 void RowChooser::run() | |
| 14 { | |
| 15 PRE_INPUT(in); | |
| 16 // TODO: free/create output matrix, populate with results | |
| 17 } | |
| 18 | |
| 19 ········ | |
| 20 }//namespace jamf | |
| OLD | NEW |