| 3979 | //----------------------------------------------------------------------------- |
| 3980 | |
| 3981 | void Node::checkLatestConfigRevision |
| 3982 | ( |
| 3983 | ) |
| 3984 | { |
| 3985 | if (m_fileConfigRevision != 0) { |
| 3986 | GetDriver()->CheckNodeConfigRevision(this); |
| 3987 | } |
| 3988 | } |
| 3989 | |
| 3990 | |
| 3991 |
nothing calls this directly
no test coverage detected