~ubuntu-branches/ubuntu/trusty/atlas-cpp/trusty-proposed

« back to all changes in this revision

Viewing changes to Atlas/Net/Loopback.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Koch
  • Date: 2004-05-17 12:06:45 UTC
  • Revision ID: james.westby@ubuntu.com-20040517120645-5f8bi2a6n27ydjwi
Tags: upstream-0.4.93
ImportĀ upstreamĀ versionĀ 0.4.93

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// This file may be redistributed and modified only under the terms of
 
2
// the GNU Lesser General Public License (See COPYING for details).
 
3
// Copyright (C) 2000 Michael Day
 
4
 
 
5
#ifndef ATLAS_NET_LOOPBACK_H
 
6
#define ATLAS_NET_LOOPBACK_H
 
7
 
 
8
namespace Atlas {
 
9
 
 
10
class Bridge;
 
11
 
 
12
namespace Net {
 
13
 
 
14
void Loopback(Bridge*, Bridge*, Bridge*&, Bridge*&);
 
15
 
 
16
} } // Atlas::Net namespace
 
17
 
 
18
#endif