----------------------------------------------------------------------------- get the Path to the configFile for this device. -----------------------------------------------------------------------------
| 3907 | // get the Path to the configFile for this device. |
| 3908 | //----------------------------------------------------------------------------- |
| 3909 | string Node::getConfigPath |
| 3910 | ( |
| 3911 | ) |
| 3912 | { |
| 3913 | if (m_Product) |
| 3914 | return m_Product->GetConfigPath(); |
| 3915 | else |
| 3916 | return ""; |
| 3917 | |
| 3918 | } |
| 3919 | |
| 3920 | //----------------------------------------------------------------------------- |
| 3921 | // <Node::setFileConfigRevision> |