Skip to content

Commit

Permalink
Fixed header comments
Browse files Browse the repository at this point in the history
  • 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.
2 changes: 1 addition & 1 deletion python/server/qgscapabilitiescache.sip
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/***************************************************************************
qgscapabilitiescache.sip
qgscapabilitiescache.sip

A cache for capabilities xml documents (by configuration file path)
-------------------
Expand Down
5 changes: 3 additions & 2 deletions python/server/qgsmapserviceexception.sip
Original file line number Diff line number Diff line change
@@ -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
Expand Down
9 changes: 6 additions & 3 deletions python/server/qgsserverfilter.sip
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 7f3a8d5

Please sign in to comment.