Skip to content

Commit

Permalink
Set exception moved to public
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Nov 26, 2014
1 parent 8b861f9 commit 856e4de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/server/qgsrequesthandler.sip
Expand Up @@ -62,6 +62,8 @@ class QgsRequestHandler
QString format() const;
/**Return the format string as requested by the client*/
QString infoFormat() const;
/**Allow plugins to return a QgsMapServiceException*/
virtual void setServiceException( QgsMapServiceException ex /Transfer/) = 0;

private:

Expand All @@ -77,7 +79,6 @@ private:
virtual void setGetMapResponse( const QString& service, QImage* img, int imageQuality ) = 0;
virtual void setGetCapabilitiesResponse( const QDomDocument& doc ) = 0;
virtual void setGetFeatureInfoResponse( const QDomDocument& infoDoc, const QString& infoFormat ) = 0;
virtual void setServiceException( QgsMapServiceException ex ) = 0;
virtual void setGetStyleResponse( const QDomDocument& doc ) = 0;
virtual void setGetPrintResponse( QByteArray* ba ) = 0;
virtual bool startGetFeatureResponse( QByteArray* ba, const QString& infoFormat ) = 0;
Expand Down

0 comments on commit 856e4de

Please sign in to comment.