Skip to content

Commit

Permalink
fix windows 32bit build
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Feb 4, 2015
1 parent 6a58bc0 commit 6e8d19c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/server/qgsrequesthandler.sip
Expand Up @@ -67,4 +67,8 @@ class QgsRequestHandler
QString infoFormat() const;
/**Return true if the HTTP headers were already sent to the client*/
bool headersSent();

private:
/**Parses the input and creates a request neutral Parameter/Value map*/
virtual void parseInput() = 0;
};

0 comments on commit 6e8d19c

Please sign in to comment.