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

« back to all changes in this revision

Viewing changes to src/libs/ec/java/ECCodes.java

  • 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
141
141
public final static short       EC_TAG_STATS_KAD_USERS                    = 0x020A;
142
142
public final static short       EC_TAG_STATS_ED2K_FILES                   = 0x020B;
143
143
public final static short       EC_TAG_STATS_KAD_FILES                    = 0x020C;
 
144
public final static short       EC_TAG_STATS_KADU_ACTIVE_NODES            = 0x020D;
 
145
public final static short       EC_TAG_STATS_KADU_TOTAL_NODES             = 0x020E;
144
146
public final static short EC_TAG_PARTFILE                           = 0x0300;
145
147
public final static short       EC_TAG_PARTFILE_NAME                      = 0x0301;
146
148
public final static short       EC_TAG_PARTFILE_PARTMETID                 = 0x0302;
164
166
public final static short       EC_TAG_PARTFILE_REQ_STATUS                = 0x0314;
165
167
public final static short       EC_TAG_PARTFILE_SOURCE_NAMES              = 0x0315;
166
168
public final static short       EC_TAG_PARTFILE_COMMENTS                  = 0x0316;
167
 
// ADUNANZA BEGIN
168
169
public final static short       EC_TAG_PARTFILE_ADU_SOURCE_COUNT          = 0x0317;
169
 
// ADUNANZA END
170
170
public final static short EC_TAG_KNOWNFILE                          = 0x0400;
171
171
public final static short       EC_TAG_KNOWNFILE_XFERRED                  = 0x0401;
172
172
public final static short       EC_TAG_KNOWNFILE_XFERRED_ALL              = 0x0402;