File: Negotiate.cpp

package info (click to toggle)
atlas-cpp 0.6.1-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,740 kB
  • ctags: 2,298
  • sloc: sh: 9,024; cpp: 6,421; python: 1,485; makefile: 158
file content (13 lines) | stat: -rw-r--r-- 278 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
// This file may be redistributed and modified only under the terms of
// the GNU Lesser General Public License (See COPYING for details).
// Copyright (C) 2005 Alistair Riddoch

#include <Atlas/Negotiate.h>

namespace Atlas {

Negotiate::~Negotiate()
{
}

} // namespace Atlas