| 2 | #include "CNodeArray.h" |
| 3 | |
| 4 | CNodeArray::CNodeArray( ) |
| 5 | { |
| 6 | m_nodeType = nt_array; |
| 7 | m_ulTotal = 1; |
| 8 | m_iCurrent = 0; |
| 9 | } |
| 10 | |
| 11 | void CNodeArray::Update( const PHOTSPOT Spot ) |
| 12 | { |
nothing calls this directly
no outgoing calls
no test coverage detected