Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update python bindings for qgsrequesthandler
  • Loading branch information
mhugent committed Jul 7, 2015
1 parent 46c0568 commit 153deba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/server/qgsrequesthandler.sip
Expand Up @@ -30,6 +30,7 @@ class QgsRequestHandler

/**Allow plugins to return a QgsMapServiceException*/
virtual void setServiceException( QgsMapServiceException ex /Transfer/ ) = 0;
virtual void setDefaultHeaders();
/**Set an HTTP header*/
virtual void setHeader( const QString &name, const QString &value ) = 0;
/**Remove an HTTP header*/
Expand Down

0 comments on commit 153deba

Please sign in to comment.