~ubuntu-branches/debian/lenny/libtorrent/lenny

« back to all changes in this revision

Viewing changes to src/torrent/event.h

  • Committer: Bazaar Package Importer
  • Author(s): James Vega
  • Date: 2008-04-15 21:38:37 UTC
  • mfrom: (4.1.6 hardy)
  • Revision ID: james.westby@ubuntu.com-20080415213837-znilhi7a44yec99u
Tags: 0.11.9-1.1
* Non-maintainer upload.
* Fix FTBFS with gcc-4.3.  (Closes: #420920)

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
37
37
#ifndef LIBTORRENT_TORRENT_EVENT_H
38
38
#define LIBTORRENT_TORRENT_EVENT_H
39
39
 
 
40
#include <torrent/common.h>
 
41
 
40
42
namespace torrent {
41
43
 
42
 
class Event {
 
44
class LIBTORRENT_EXPORT Event {
43
45
public:
44
46
  virtual ~Event() {}
45
47