| 17 | namespace NSC |
| 18 | { |
| 19 | dbMap moveFromAaStatMap() |
| 20 | { |
| 21 | dbMap temp; |
| 22 | temp.insert(AssemblyAlgorithms::tempStatMap.getAC()); |
| 23 | AssemblyAlgorithms::tempStatMap.clear(); |
| 24 | return temp; |
| 25 | } |
| 26 | } |
| 27 | |
| 28 | // Don't load data into the control process when we have at least |