[asterisk-commits] pcadach: branch pcadach/chan_h323-live r42037 -
/team/pcadach/chan_h323-live/...
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Tue Sep 5 10:59:17 MST 2006
Author: pcadach
Date: Tue Sep 5 12:59:17 2006
New Revision: 42037
URL: http://svn.digium.com/view/asterisk?rev=42037&view=rev
Log:
Patch for PWLib 1.10.0 slightly updated to eliminate error by new compilers (3.4+)
Modified:
team/pcadach/chan_h323-live/channels/h323/patches/pwlib_v1_10_0.diff
Modified: team/pcadach/chan_h323-live/channels/h323/patches/pwlib_v1_10_0.diff
URL: http://svn.digium.com/view/asterisk/team/pcadach/chan_h323-live/channels/h323/patches/pwlib_v1_10_0.diff?rev=42037&r1=42036&r2=42037&view=diff
==============================================================================
--- team/pcadach/chan_h323-live/channels/h323/patches/pwlib_v1_10_0.diff (original)
+++ team/pcadach/chan_h323-live/channels/h323/patches/pwlib_v1_10_0.diff Tue Sep 5 12:59:17 2006
@@ -13,7 +13,7 @@
+ ~Worker()
+ {
+ PFactory<_Abstract_T, _Key_T>::Unregister(_key);
-+ deleteSingleton = true;
++ this->deleteSingleton = true;
+ }
protected:
More information about the asterisk-commits
mailing list