~jackweirdy/vidalia/680192

« back to all changes in this revision

Viewing changes to src/vidalia/HelperProcess.h

  • Committer: Package Import Robot
  • Author(s): Ulises Vitulli, intrigeri, Ulises Vitulli
  • Date: 2012-06-22 07:18:44 UTC
  • mfrom: (1.4.8) (8.2.13 sid)
  • Revision ID: package-import@ubuntu.com-20120622071844-s278v0p646pqt949
Tags: 0.2.19-1
[ intrigeri ]
* Imported Upstream version 0.2.19
* Install AppArmor profile.
* Enable hardening flags.

[ Ulises Vitulli ]
* Added runtime dependency on apparmor.
* Updated d/NEWS and d/README.Debian to reflect new features.
* Move dirs from d/rules to d/vidalia.dir.
* Updated Standard-version to 3.9.3 (no changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
**  LICENSE file, found in the top level directory of this distribution. If you
4
4
**  did not receive the LICENSE file with this file, you may obtain it from the
5
5
**  Vidalia source package distributed by the Vidalia Project at
6
 
**  http://www.torproject.org/projects/vidalia.html. No part of Vidalia, 
7
 
**  including this file, may be copied, modified, propagated, or distributed 
 
6
**  http://www.torproject.org/projects/vidalia.html. No part of Vidalia,
 
7
**  including this file, may be copied, modified, propagated, or distributed
8
8
**  except according to the terms described in the LICENSE file.
9
9
*/
10
10
/*
11
 
**  This file was originally written by Steven J. Murdoch, and 
 
11
**  This file was originally written by Steven J. Murdoch, and
12
12
**  modified by Matt Edman. It is distributed under the following
13
13
**  license:
14
14
**
15
15
**  Copyright (C) 2007, Matt Edman
16
 
**  Copyright (C) 2007, Steven J. Murdoch 
 
16
**  Copyright (C) 2007, Steven J. Murdoch
17
17
**                      <http://www.cl.cam.ac.uk/users/sjm217/>
18
18
**
19
19
**  This program is free software; you can redistribute it and/or
28
28
**
29
29
**  You should have received a copy of the GNU General Public License
30
30
**  along with this program; if not, write to the Free Software
31
 
**  Foundation, Inc., 51 Franklin Street, Fifth Floor, 
 
31
**  Foundation, Inc., 51 Franklin Street, Fifth Floor,
32
32
**  Boston, MA  02110-1301, USA.
33
33
*/
34
34
 
64
64
signals:
65
65
  /** Invoked when start() fails. */
66
66
  void startFailed(const QString &errorMessage);
67
 
    
 
67
 
68
68
private slots:
69
69
  /** Invoked when underlying QProcess fails. */
70
70
  void onError(QProcess::ProcessError error);