routingsocket.hxx

Go to the documentation of this file.
00001 // Copyright (C) 2003, 2004, 2005 Laboratoire de Recherche en Informatique
00002 
00003 // This file is part of Qolyester.
00004 
00005 // Qolyester is free software; you can redistribute it and/or
00006 // modify it under the terms of the GNU General Public License
00007 // as published by the Free Software Foundation; either version 2
00008 // of the License, or (at your option) any later version.
00009 
00010 // Qolyester is distributed in the hope that it will be useful,
00011 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00012 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00013 // GNU General Public License for more details.
00014 
00015 // You should have received a copy of the GNU General Public License
00016 // along with this program; if not, write to the Free Software
00017 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
00018 
00019 #include "config.hh"
00020 
00021 #ifdef QOLYESTER_ENABLE_VIRTUAL
00022 
00023 # ifndef QOLYESTER_DAEMON_SYS_VIRTUAL_ROUTINGSOCKET_HXX
00024 #  define QOLYESTER_DAEMON_SYS_VIRTUAL_ROUTINGSOCKET_HXX 1
00025 
00026 namespace olsr {
00027 
00028   namespace sys {
00029 
00030     namespace internal {
00031 
00032       void
00033       RoutingSocket::print_kernel_routes()
00034       {}
00035 
00036       void
00037       RoutingSocket::remove_old_routes()
00038       {}
00039 
00040       void
00041       RoutingSocket::add_local_route(const address_t&, unsigned,
00042                                      const sys::VirtualInterfaceInfo&)
00043       {}
00044 
00045       void
00046       RoutingSocket::add_remote_route(const address_t&, unsigned,
00047                                       const address_t&)
00048       {}
00049 
00050       void
00051       RoutingSocket::remove_local_route(const address_t&, unsigned,
00052                                         const sys::VirtualInterfaceInfo&)
00053       {}
00054 
00055       void
00056       RoutingSocket::remove_remote_route(const address_t&, unsigned,
00057                                          const address_t&)
00058       {}
00059 
00060       void RoutingSocket::add_addr(unsigned, const InterfaceAddress&)
00061       {}
00062 
00063       void RoutingSocket::del_addr(unsigned, const InterfaceAddress&)
00064       {}
00065 
00066     } // namespace internal
00067 
00068   } // namespace sys
00069 
00070 } // namespace olsr
00071 
00072 # endif // ! QOLYESTER_DAEMON_SYS_VIRTUAL_ROUTINGSOCKET_HXX
00073 
00074 #endif // QOLYESTER_ENABLE_VIRTUAL

Generated on Mon Sep 10 17:02:12 2007 for Qolyester daemon by  doxygen 1.5.1