Skip to content

Commit

Permalink
Comment typo
Browse files Browse the repository at this point in the history
Funded by ItOpen - http://www.itopen.it
  • Loading branch information
elpaso committed Nov 26, 2014
1 parent de98fb1 commit fd8fd4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mapserver/qgis_map_serv.cpp
Expand Up @@ -37,6 +37,7 @@
#include "qgsnetworkaccessmanager.h"
#include "qgsmaplayerregistry.h"
#include "qgsserverlogger.h"

#ifdef MAPSERVER_HAVE_PYTHON_PLUGINS
#include "qgsserverplugins.h"
#include "qgsserverfilter.h"
Expand Down Expand Up @@ -373,7 +374,7 @@ int main( int argc, char * argv[] )

//Pass the filters to the requestHandler, this is needed for the following reasons:
// 1. allow core services to access plugin filters and implement thir own plugin hooks
// 2. allow requestHandler to call Response
// 2. allow requestHandler to call sendResponse plugin hook

//TODO: implement this in the requestHandler ctor (far easier if we will get rid of
// MAPSERVER_HAVE_PYTHON_PLUGINS
Expand Down

0 comments on commit fd8fd4c

Please sign in to comment.