|
@@ -283,7 +283,6 @@ public:
|
|
return *this;
|
|
return *this;
|
|
}
|
|
}
|
|
|
|
|
|
-private:
|
|
|
|
// ---------------------------------------------------------------------
|
|
// ---------------------------------------------------------------------
|
|
/** Generic read method. ByteSwap::Swap(T*) *must* be defined */
|
|
/** Generic read method. ByteSwap::Swap(T*) *must* be defined */
|
|
template <typename T>
|
|
template <typename T>
|
|
@@ -300,6 +299,7 @@ private:
|
|
return f;
|
|
return f;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+private:
|
|
// ---------------------------------------------------------------------
|
|
// ---------------------------------------------------------------------
|
|
void InternBegin() {
|
|
void InternBegin() {
|
|
if (!stream) {
|
|
if (!stream) {
|