From f71b997e04722c12e6777ef5291016f9e01b58c3 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Thu, 31 May 2018 12:29:15 +0200 Subject: Make it private --- document/src/vespa/document/update/documentupdate.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'document') 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 -- cgit v1.2.3