More members can be private

This commit is contained in:
Tor Lillqvist 2016-03-18 16:10:25 +02:00
parent 26ccae2ac6
commit 7bc2690497

View file

@ -59,6 +59,7 @@ public:
virtual void sendFontRendering(const char *buffer, int length, Poco::StringTokenizer& tokens) override;
private:
void dispatchChild();
void forwardToPeer(const char *buffer, int length);
@ -73,14 +74,11 @@ public:
std::unique_ptr<TileCache> _tileCache;
private:
static
Poco::Path getJailPath(const std::string& childId);
virtual bool _handleInput(const char *buffer, int length) override;
private:
int _curPart;
int _loadPart;
/// Kind::ToClient instances store URLs of completed 'save as' documents.