Skip to content
Snippets Groups Projects
Commit 5d915941 authored by Julien Malik's avatar Julien Malik
Browse files

ENH: [SWIG] remove const variant (do not make sense in target langages)

parent 32813831
No related branches found
No related tags found
No related merge requests found
......@@ -91,10 +91,8 @@ class itkIndent {
static void GlobalWarningDisplayOn();
static void GlobalWarningDisplayOff();
unsigned long AddObserver(itkEventObject const & event, itkCommand * arg1);
// unsigned long AddObserver(itkEventObject const & event, itkCommand * arg1) const;
itkCommand * GetCommand(unsigned long tag);
void InvokeEvent(itkEventObject const & arg0);
// void InvokeEvent(itkEventObject const & arg0) const;
void RemoveObserver(unsigned long tag);
void RemoveAllObservers();
bool HasObserver(itkEventObject const & event) const;
......@@ -166,7 +164,6 @@ class itkIndent {
public:
virtual char const * GetNameOfClass() const;
virtual void Execute(itkObject * caller, itkEventObject const & event) = 0;
// virtual void Execute(itkObject const * caller, itkEventObject const & event) = 0;
protected:
itkCommand();
//~itkCommand();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment