mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Fixed header comments
This commit is contained in:
parent
fd8fd4c67f
commit
7f3a8d592a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user