Skip to content

Commit

Permalink
Comments added
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Nov 26, 2014
1 parent 59004d3 commit b7c7422
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/server/qgsserverinterface.sip
Expand Up @@ -16,14 +16,14 @@ class QgsServerInterface
%End

public:
//virtual void setRequestHandler( QgsRequestHandler* requestHandler) = 0;
virtual QgsCapabilitiesCache* capabiblitiesCache() = 0 /KeepReference/;
virtual QgsRequestHandler* requestHandler( ) = 0 /KeepReference/;
// Tansfer ownership to avoid garbage collector to call dtor
virtual void registerFilter( QgsServerFilter* filter /Transfer/, int priority = 0 ) = 0;
virtual QString getEnv(const QString& name ) const = 0;
// Commented because of problem with typedef QgsServerFiltersMap
// virtual QgsServerFiltersMap filters( ) = 0;
// Commented because of problems with typedef QgsServerFiltersMap, provided
// methods to alter the filters map into QgsRequestHandler API
// virtual QgsServerFiltersMap filters( ) = 0;

private:
/** Constructor */
Expand Down

0 comments on commit b7c7422

Please sign in to comment.