~ubuntu-branches/ubuntu/precise/amule-adunanza/precise

« back to all changes in this revision

Viewing changes to src/libs/ec/cpp/ECCodes.h

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2010-02-18 21:16:23 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100218211623-gptwe60zx1knfkmu
Tags: 2010.1+2.2.6-0ubuntu1
* New upstream release (LP: #524697)
  - Drop manpages_spelling_fixes.diff fixed by upstream
  - Drop cryptopp-reference.diff fixed by upstream
  - Bump Standards-Version no changes required
  - Update install files (amule -> amuleadunanza)
  - debian/rules: amule.xpm -> amuleadunanza.xpm
  - Add README.Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
// 
2
2
//  This file is part of the aMule Project.
3
3
// 
4
 
//  Copyright (c) 2004-2008 aMule Team ( admin@amule.org / http://www.amule.org )
 
4
//  Copyright (c) 2004-2009 aMule Team ( admin@amule.org / http://www.amule.org )
5
5
// 
6
6
//  Any parts of this program derived from the xMule, lMule or eMule project,
7
7
//  or contributed by third-party developers are copyrighted by their
153
153
                EC_TAG_STATS_KAD_USERS                    = 0x020A,
154
154
                EC_TAG_STATS_ED2K_FILES                   = 0x020B,
155
155
                EC_TAG_STATS_KAD_FILES                    = 0x020C,
 
156
                EC_TAG_STATS_KADU_ACTIVE_NODES            = 0x020D,
 
157
                EC_TAG_STATS_KADU_TOTAL_NODES             = 0x020E,
156
158
        EC_TAG_PARTFILE                           = 0x0300,
157
159
                EC_TAG_PARTFILE_NAME                      = 0x0301,
158
160
                EC_TAG_PARTFILE_PARTMETID                 = 0x0302,
176
178
                EC_TAG_PARTFILE_REQ_STATUS                = 0x0314,
177
179
                EC_TAG_PARTFILE_SOURCE_NAMES              = 0x0315,
178
180
                EC_TAG_PARTFILE_COMMENTS                  = 0x0316,
179
 
// ADUNANZA BEGIN
180
181
                EC_TAG_PARTFILE_ADU_SOURCE_COUNT          = 0x0317,
181
 
// ADUNANZA END
182
182
        EC_TAG_KNOWNFILE                          = 0x0400,
183
183
                EC_TAG_KNOWNFILE_XFERRED                  = 0x0401,
184
184
                EC_TAG_KNOWNFILE_XFERRED_ALL              = 0x0402,