~ubuntu-branches/ubuntu/precise/libtorrent/precise

« back to all changes in this revision

Viewing changes to src/torrent/exceptions.h

  • Committer: Bazaar Package Importer
  • Author(s): Jose Luis Rivas
  • Date: 2007-09-11 15:12:31 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20070911151231-brompt7pecvfbaau
Tags: 0.11.8-1
* New upstream version
* debian/patches/update-changelog.patch:
 + Updated with the new changelog.
* debian/control:
 + Added the Homepage field, deleted Homepages from the descriptions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
// libTorrent - BitTorrent library
2
 
// Copyright (C) 2005-2006, Jari Sundell
 
2
// Copyright (C) 2005-2007, Jari Sundell
3
3
//
4
4
// This program is free software; you can redistribute it and/or modify
5
5
// it under the terms of the GNU General Public License as published by
34
34
//           Skomakerveien 33
35
35
//           3185 Skoppum, NORWAY
36
36
 
 
37
// Note that some of the exception classes below are strictly speaking
 
38
// _NOT DOING THE RIGHT THING_. One is really not supposed to use any
 
39
// calls to malloc/new in an exception's ctor.
 
40
//
 
41
// Will be fixed next API update.
 
42
 
37
43
#ifndef LIBTORRENT_EXCEPTIONS_H
38
44
#define LIBTORRENT_EXCEPTIONS_H
39
45