aboutsummaryrefslogtreecommitdiffstats
path: root/document
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@oath.com>2018-05-31 12:29:15 +0200
committerHenning Baldersheim <balder@oath.com>2018-05-31 13:54:06 +0200
commitf71b997e04722c12e6777ef5291016f9e01b58c3 (patch)
tree72cd14557582618f565ff2367db610f4ebc14d3c /document
parentbc52575f5f1a5941ec2a832499167e4e6b0615d9 (diff)
Make it private
Diffstat (limited to 'document')
-rw-r--r--document/src/vespa/document/update/documentupdate.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/document/src/vespa/document/update/documentupdate.h b/document/src/vespa/document/update/documentupdate.h
index e2b72db2c2d..a7f9d13d693 100644
--- a/document/src/vespa/document/update/documentupdate.h
+++ b/document/src/vespa/document/update/documentupdate.h
@@ -130,9 +130,6 @@ public:
void print(std::ostream& out, bool verbose, const std::string& indent) const override;
- void deserialize42(const DocumentTypeRepo&, ByteBuffer&);
- void deserializeHEAD(const DocumentTypeRepo&, ByteBuffer&);
-
void serializeHEAD(vespalib::nbostream &stream) const;
void printXml(XmlOutputStream&) const override;
@@ -164,6 +161,8 @@ private:
bool _createIfNonExistent;
int deserializeFlags(int sizeAndFlags);
+ void deserialize42(const DocumentTypeRepo&, ByteBuffer&);
+ void deserializeHEAD(const DocumentTypeRepo&, ByteBuffer&);
};
} // document