cass port: getDeviceName() added.

This commit is contained in:
Roland Jax
2014-12-16 14:53:46 +01:00
parent c86655b964
commit 817c54da16
3 changed files with 8 additions and 3 deletions
+6
View File
@@ -288,6 +288,12 @@ public:
*/
void setDumpRawMaxSize(const long maxSize) { m_dumpRawMaxSize = maxSize; }
/**
* @brief Return the device name.
* @return the device name.
*/
const char* getDeviceName() { return m_deviceName.c_str(); }
private:
/** the device name */
const string m_deviceName;