Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Update doc for wcs Service
- Loading branch information
Showing
with
4 additions
and
1 deletion.
-
+4
−1
src/server/services/wcs/qgswcs.cpp
|
@@ -32,7 +32,10 @@ namespace QgsWcs |
|
|
class Service: public QgsService |
|
|
{ |
|
|
public: |
|
|
// Constructor |
|
|
|
|
|
/** |
|
|
* Constructor. |
|
|
*/ |
|
|
Service( QgsServerInterface *serverIface ) |
|
|
: mServerIface( serverIface ) |
|
|
{} |
|
|