Skip to content
Snippets Groups Projects
Commit 8285a9df authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

ENH: different name for the Notify and NotifyListener methods

parent b95895b3
Branches
Tags
No related merge requests found
......@@ -56,7 +56,7 @@ ImageViewerManagerModel::GetInstance()
void
ImageViewerManagerModel
::Notify(ListenerBase * listener)
::NotifyListener(ListenerBase * listener)
{
listener->Notify();
}
......
......@@ -191,7 +191,7 @@ private:
void operator=(const Self&); //purposely not implemented
/** Notify a given listener of changes */
virtual void Notify(ListenerBase * listener);
virtual void NotifyListener(ListenerBase * listener);
/** The instance singleton */
static Pointer Instance;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment