~l3on/ubuntu/saucy/amule-adunanza/upstream-2012.1+2.3.1

« back to all changes in this revision

Viewing changes to src/libs/common/Path.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) 2008 aMule Team ( admin@amule.org / http://www.amule.org )
 
4
// Copyright (c) 2008-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
27
27
#include "StringFunctions.h"
28
28
 
29
29
#include <wx/file.h>
30
 
#ifdef __WXMSW__
 
30
#if defined __WXMSW__ || defined __IRIX__
31
31
#       include <wx/ffile.h>
32
32
#endif
33
33
#include <wx/utils.h>
612
612
                // Try to ensure that the backup gets physically written 
613
613
                // Now - does this have any effect reopening a already closed file
614
614
                // to flush it ???
615
 
#ifdef __WXMSW__
 
615
#if defined __WXMSW__ || defined __IRIX__
616
616
                wxFFile backupFile;
617
617
#else
618
618
                wxFile backupFile;