| 2 | #include "CNodeClassInstance.h" |
| 3 | |
| 4 | CNodeClassInstance::CNodeClassInstance( ) |
| 5 | : m_pNode( NULL ) |
| 6 | { |
| 7 | m_nodeType = nt_instance; |
| 8 | } |
| 9 | |
| 10 | void CNodeClassInstance::Update( const PHOTSPOT Spot ) |
| 11 | { |
nothing calls this directly
no outgoing calls
no test coverage detected