Main Page | Modules | Class Hierarchy | Class List | File List | Class Members | Related Pages

Loopback.h

00001 // This file may be redistributed and modified only under the terms of
00002 // the GNU Lesser General Public License (See COPYING for details).
00003 // Copyright (C) 2000 Michael Day
00004 
00005 #ifndef ATLAS_NET_LOOPBACK_H
00006 #define ATLAS_NET_LOOPBACK_H
00007 
00008 namespace Atlas {
00009 
00010 class Bridge;
00011 
00012 namespace Net {
00013 
00014 void Loopback(Bridge*, Bridge*, Bridge*&, Bridge*&);
00015 
00016 } } // Atlas::Net namespace
00017 
00018 #endif

Copyright 2000 the respective authors.

This document is licensed under the terms of the GNU Free Documentation License and may be freely distributed under the conditions given by this license.