Make BucketDeserializer::parseKey() public 68/32168/6
authorAleksander Zdyb <a.zdyb@samsung.com>
Sat, 6 Dec 2014 13:58:00 +0000 (14:58 +0100)
committerPawel Wieczorek <p.wieczorek2@samsung.com>
Mon, 29 Dec 2014 09:10:08 +0000 (10:10 +0100)
This static function will be needed in Cyad.

Change-Id: Iccc28a9ea6754e23ba7878a07546d426af9e0c9a

src/storage/BucketDeserializer.h

index 465ecef..666e14e 100644 (file)
@@ -38,8 +38,6 @@ public:
     }
 
     PolicyCollection loadPolicies(void);
-
-protected:
     static PolicyKey parseKey(const std::string &line, std::size_t &beginToken);
 
 private: