Return true if this interface has a version string.
| 589 | |
| 590 | /// Return true if this interface has a version string. |
| 591 | bool hasVersionString() const |
| 592 | { |
| 593 | return hasAttribute(VERSION_ATTRIBUTE); |
| 594 | } |
| 595 | |
| 596 | /// Return the version string of this interface. |
| 597 | const string& getVersionString() const |
no test coverage detected