Skip to content

Commit 153deba

Browse files
committedJul 7, 2015
Update python bindings for qgsrequesthandler
1 parent 46c0568 commit 153deba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎python/server/qgsrequesthandler.sip

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ class QgsRequestHandler
3030

3131
/**Allow plugins to return a QgsMapServiceException*/
3232
virtual void setServiceException( QgsMapServiceException ex /Transfer/ ) = 0;
33+
virtual void setDefaultHeaders();
3334
/**Set an HTTP header*/
3435
virtual void setHeader( const QString &name, const QString &value ) = 0;
3536
/**Remove an HTTP header*/

0 commit comments

Comments
 (0)
Please sign in to comment.