* Load the configuration from a file. */
| 98 | * Load the configuration from a file. |
| 99 | */ |
| 100 | bool CConfigTable::Load(const String& f) |
| 101 | { |
| 102 | return m_oSML.Load(f); |
| 103 | } // Load |
| 104 | bool CConfigTable::Load(ISTREAM& oStream) |
| 105 | { |
| 106 | return m_oSML.Load(oStream); |
nothing calls this directly
no outgoing calls
no test coverage detected