File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,8 @@ class QgsRequestHandler
6262 QString format() const;
6363 /**Return the format string as requested by the client*/
6464 QString infoFormat() const;
65+ /**Allow plugins to return a QgsMapServiceException*/
66+ virtual void setServiceException( QgsMapServiceException ex /Transfer/) = 0;
6567
6668private:
6769
@@ -77,7 +79,6 @@ private:
7779 virtual void setGetMapResponse( const QString& service, QImage* img, int imageQuality ) = 0;
7880 virtual void setGetCapabilitiesResponse( const QDomDocument& doc ) = 0;
7981 virtual void setGetFeatureInfoResponse( const QDomDocument& infoDoc, const QString& infoFormat ) = 0;
80- virtual void setServiceException( QgsMapServiceException ex ) = 0;
8182 virtual void setGetStyleResponse( const QDomDocument& doc ) = 0;
8283 virtual void setGetPrintResponse( QByteArray* ba ) = 0;
8384 virtual bool startGetFeatureResponse( QByteArray* ba, const QString& infoFormat ) = 0;
You can’t perform that action at this time.
0 commit comments