Skip to content
Permalink
Browse files
Fixed header comments
  • Loading branch information
elpaso committed Nov 26, 2014
1 parent fd8fd4c commit 7f3a8d5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
@@ -1,5 +1,5 @@
/***************************************************************************
qgscapabilitiescache.sip
qgscapabilitiescache.sip

A cache for capabilities xml documents (by configuration file path)
-------------------
@@ -1,7 +1,8 @@
/***************************************************************************
qgsmapserviceexception.sip
qgsmapserviceexception.sip

QGIS Server exception
-------------------
-------------------
begin : 2014-09-10
copyright : (C) 2014 by Alessandro Pasotti
email : a dot pasotti at itopen dot it
@@ -1,7 +1,8 @@
/***************************************************************************
qgsseerverfilter.h
Server I/O filters class for Qgis Mapserver for use by plugins
-------------------

Server I/O filters class for Qgis Mapserver for use by plugins
-------------------
begin : 2014-09-10
copyright : (C) 2014 by Alessandro Pasotti
email : a dot pasotti at itopen dot it
@@ -23,7 +24,9 @@
*
* Filters can define any (or none) of the following hooks:
* * requestReady() - called when request is ready
* * responseReady() - called when the response is ready
* * responseComplete() - called when the response is complete
* after core services have returned to main loop
* * sendResponse() - called just before sending output to FGCI
*/

class QgsServerFilter

0 comments on commit 7f3a8d5

Please sign in to comment.