Index: head/net-p2p/amule/files/patch-src-ObservableQueue.h =================================================================== --- head/net-p2p/amule/files/patch-src-ObservableQueue.h (revision 400066) +++ head/net-p2p/amule/files/patch-src-ObservableQueue.h (nonexistent) @@ -1,20 +0,0 @@ ---- src/ObservableQueue.h~ -+++ src/ObservableQueue.h -@@ -331,7 +331,7 @@ CObservableQueue::~CObservabl - template - void CObservableQueue::ObserverAdded( ObserverType* o ) - { -- NotifyObservers( EventType( EventType::STARTING ), o ); -+ this->NotifyObservers( EventType( EventType::STARTING ), o ); - } - - -@@ -338,7 +338,7 @@ void CObservableQueue::Observ - template - void CObservableQueue::ObserverRemoved( ObserverType* o ) - { -- NotifyObservers( EventType( EventType::STOPPING ), o ); -+ this->NotifyObservers( EventType( EventType::STOPPING ), o ); - } - - Property changes on: head/net-p2p/amule/files/patch-src-ObservableQueue.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net-p2p/amule/files/patch-src_ObservableQueue.h =================================================================== --- head/net-p2p/amule/files/patch-src_ObservableQueue.h (nonexistent) +++ head/net-p2p/amule/files/patch-src_ObservableQueue.h (revision 400067) @@ -0,0 +1,19 @@ +--- src/ObservableQueue.h.orig 2011-06-13 08:50:25 UTC ++++ src/ObservableQueue.h +@@ -331,14 +331,14 @@ CObservableQueue::~CObservabl + template + void CObservableQueue::ObserverAdded( ObserverType* o ) + { +- NotifyObservers( EventType( EventType::STARTING ), o ); ++ this->NotifyObservers( EventType( EventType::STARTING ), o ); + } + + + template + void CObservableQueue::ObserverRemoved( ObserverType* o ) + { +- NotifyObservers( EventType( EventType::STOPPING ), o ); ++ this->NotifyObservers( EventType( EventType::STOPPING ), o ); + } + + Property changes on: head/net-p2p/amule/files/patch-src_ObservableQueue.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property