ekiga r6857 - trunk/src/endpoints



Author: mschneid
Date: Sun Sep  7 12:10:35 2008
New Revision: 6857
URL: http://svn.gnome.org/viewvc/ekiga?rev=6857&view=rev

Log:
Fix shadowing (again).


Modified:
   trunk/src/endpoints/h323-endpoint.cpp
   trunk/src/endpoints/sip-endpoint.cpp

Modified: trunk/src/endpoints/h323-endpoint.cpp
==============================================================================
--- trunk/src/endpoints/h323-endpoint.cpp	(original)
+++ trunk/src/endpoints/h323-endpoint.cpp	Sun Sep  7 12:10:35 2008
@@ -240,7 +240,7 @@
 }
 
 
-const Ekiga::CallProtocolManager::Interface & Opal::H323::EndPoint::get_listen_iface () const
+const Ekiga::CallProtocolManager::Interface & Opal::H323::EndPoint::get_listen_interface () const
 {
   return listen_iface;
 }
@@ -362,10 +362,10 @@
 
 bool Opal::H323::EndPoint::UseGatekeeper (const PString & address,
                                           const PString & domain,
-                                          const PString & listen_iface)
+                                          const PString & iface)
 {
   bool result = 
-    H323EndPoint::UseGatekeeper (address, domain, listen_iface);
+    H323EndPoint::UseGatekeeper (address, domain, iface);
 
   PWaitAndSignal m(gk_name_mutex);
 

Modified: trunk/src/endpoints/sip-endpoint.cpp
==============================================================================
--- trunk/src/endpoints/sip-endpoint.cpp	(original)
+++ trunk/src/endpoints/sip-endpoint.cpp	Sun Sep  7 12:10:35 2008
@@ -507,7 +507,7 @@
 }
 
 
-const Ekiga::CallProtocolManager::Interface & Opal::Sip::EndPoint::get_listen_iface () const
+const Ekiga::CallProtocolManager::Interface & Opal::Sip::EndPoint::get_listen_interface () const
 {
   return listen_iface;
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]