Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix compilation
  • Loading branch information
pblottiere committed Jul 23, 2018
1 parent 7b32f8c commit 211a556
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 deletions.
16 changes: 1 addition & 15 deletions src/server/services/wfs/qgswfsparameters.h
Expand Up @@ -121,27 +121,13 @@ namespace QgsWfs
* Loads new parameters.
* \param parameters Map of parameters
*/
void load( const QgsServerRequest::Parameters &parameters );
// void load( const QgsServerRequest::Parameters &parameters );

/**
* Dumps parameters.
*/
void dump() const;

/**
* Returns REQUEST parameter as a string or an empty string if not
* defined.
* \returns request
*/
QString request() const;

/**
* Returns VERSION parameter as a string or an empty string if not
* defined.
* \returns version
*/
QString version() const;

/**
* Returns VERSION parameter if defined or its default value.
* \returns version
Expand Down
7 changes: 0 additions & 7 deletions src/server/services/wms/qgswmsparameters.h
Expand Up @@ -261,13 +261,6 @@ namespace QgsWms
*/
int heightAsInt() const;

/**
* Returns VERSION parameter as a string or an empty string if not
* defined.
* \returns version
*/
QString version() const;

/**
* Returns VERSION parameter if defined or its default value.
* \returns version
Expand Down

0 comments on commit 211a556

Please sign in to comment.