[ekiga/ds-opal-refactoring] Opal: Removed now useless method as it has been moved.
- From: Damien Sandras <dsandras src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga/ds-opal-refactoring] Opal: Removed now useless method as it has been moved.
- Date: Sat, 21 Mar 2015 17:50:19 +0000 (UTC)
commit 5a3070e5c0a15cb39d3ca10e29d545ae9f507b1f
Author: Damien Sandras <dsandras seconix com>
Date: Sat Mar 21 13:36:00 2015 +0100
Opal: Removed now useless method as it has been moved.
.../components/opal/process/h323-endpoint.cpp | 7 -------
lib/engine/components/opal/process/h323-endpoint.h | 4 ----
lib/engine/components/opal/process/sip-endpoint.h | 3 ---
3 files changed, 0 insertions(+), 14 deletions(-)
---
diff --git a/lib/engine/components/opal/process/h323-endpoint.cpp
b/lib/engine/components/opal/process/h323-endpoint.cpp
index 37ffc40..9b9c576 100644
--- a/lib/engine/components/opal/process/h323-endpoint.cpp
+++ b/lib/engine/components/opal/process/h323-endpoint.cpp
@@ -219,13 +219,6 @@ Opal::H323::EndPoint::StartListener (unsigned port)
}
-const Ekiga::CallManager::InterfaceList &
-Opal::H323::EndPoint::get_interfaces () const
-{
- return interfaces;
-}
-
-
void
Opal::H323::EndPoint::set_initial_bandwidth (unsigned bitrate)
{
diff --git a/lib/engine/components/opal/process/h323-endpoint.h
b/lib/engine/components/opal/process/h323-endpoint.h
index 4baa697..dc5af5b 100644
--- a/lib/engine/components/opal/process/h323-endpoint.h
+++ b/lib/engine/components/opal/process/h323-endpoint.h
@@ -73,8 +73,6 @@ namespace Opal {
bool StartListener (unsigned port);
- const Ekiga::CallManager::InterfaceList & get_interfaces () const;
-
void set_initial_bandwidth (unsigned max_tx_video_bitrate);
/* H.323 CallProtocolManager */
@@ -112,8 +110,6 @@ namespace Opal {
std::string uri_prefix;
std::string forward_uri;
- Ekiga::CallManager::InterfaceList interfaces;
-
const Ekiga::ServiceCore & core;
};
};
diff --git a/lib/engine/components/opal/process/sip-endpoint.h
b/lib/engine/components/opal/process/sip-endpoint.h
index 980c8e2..7e06e60 100644
--- a/lib/engine/components/opal/process/sip-endpoint.h
+++ b/lib/engine/components/opal/process/sip-endpoint.h
@@ -79,9 +79,6 @@ namespace Opal {
bool StartListener (unsigned port);
- const Ekiga::CallManager::InterfaceList & get_interfaces () const;
-
-
/* SIP EndPoint */
void set_nat_binding_delay (unsigned delay);
unsigned get_nat_binding_delay ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]