| 162 | |
| 163 | template <class StreamBuf, template <class T> class TypeTraits, bool IsMutable> |
| 164 | inline |
| 165 | void |
| 166 | ByteStream<StreamBuf, TypeTraits, IsMutable>::enterDryRun() { |
| 167 | ++mDryRun; |
| 168 | } |
| 169 | |
| 170 | template <class StreamBuf, template <class T> class TypeTraits, bool IsMutable> |
| 171 | inline |