| 30 | } |
| 31 | |
| 32 | unsigned DataStream::streamCompatibilityVersion() const { |
| 33 | return m_streamCompatibilityVersion; |
| 34 | } |
| 35 | |
| 36 | void DataStream::setStreamCompatibilityVersion(unsigned streamCompatibilityVersion) { |
| 37 | m_streamCompatibilityVersion = streamCompatibilityVersion; |
no outgoing calls
no test coverage detected