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

« back to all changes in this revision

Viewing changes to src/SearchFile.cpp

  • 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) 2003-2008 aMule Team ( admin@amule.org / http://www.amule.org )
 
4
// Copyright (c) 2003-2009 aMule Team ( admin@amule.org / http://www.amule.org )
5
5
// Copyright (c) 2002 Merkur ( devs@emule-project.net / http://www.emule-project.net )
6
6
//
7
7
// Any parts of this program derived from the xMule, lMule or eMule project,
170
170
          m_completeSourceCount(other.m_completeSourceCount),
171
171
// ADUNNZA BEGIN
172
172
          m_completeSourceCount_origKADU(other.m_completeSourceCount_origKADU),
173
 
// ADUNNZA BEGIN
 
173
// ADUNNZA END
174
174
          m_kademlia(other.m_kademlia),
175
175
          m_directory(other.m_directory),
176
176
          m_clients(other.m_clients),
366
366
// ADUNANZA BEGIN
367
367
        if (m_kademlia) m_completeSourceCount_origKADU = completeSourceCount_origKADU;
368
368
// ADUNANZA END
 
369
 
369
370
        if (publishInfoTags > 0) {
370
371
                m_kadPublishInfo = ((differentNames & 0x000000FF) << 24) | ((publishersKnown & 0x000000FF) << 16) | ((trustValue / publishInfoTags) & 0x0000FFFF);
371
372
        } else {