summaryrefslogtreecommitdiff
path: root/implementation/endpoints/include/endpoint_impl.hpp
diff options
context:
space:
mode:
authorLutz Bichler <Lutz.Bichler@bmw.de>2014-08-21 12:45:18 +0200
committerLutz Bichler <Lutz.Bichler@bmw.de>2014-08-21 12:45:18 +0200
commit0fc473ebd8c17e77f2a12a84d5c1a6567483b6a9 (patch)
tree1fe5a4159524708b1ca6bcbbd21904d2b30cb444 /implementation/endpoints/include/endpoint_impl.hpp
parent44d4e23a7d072af09f38fab44af14f5271956574 (diff)
downloadvSomeIP-0fc473ebd8c17e77f2a12a84d5c1a6567483b6a9.tar.gz
Removed unused methods (open_filter, close_filter). These may be
reintroduced after redesigning the endpoint classes is finished.
Diffstat (limited to 'implementation/endpoints/include/endpoint_impl.hpp')
-rw-r--r--implementation/endpoints/include/endpoint_impl.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/implementation/endpoints/include/endpoint_impl.hpp b/implementation/endpoints/include/endpoint_impl.hpp
index 1be3474..8e4bd9f 100644
--- a/implementation/endpoints/include/endpoint_impl.hpp
+++ b/implementation/endpoints/include/endpoint_impl.hpp
@@ -30,9 +30,6 @@ public:
void enable_magic_cookies();
- void open_filter(service_t _service);
- void close_filter(service_t _service);
-
// Dummy implementations as we only need these for UDP (servers)
// TODO: redesign
void join(const std::string &);