~ubuntu-branches/ubuntu/precise/transmission/precise

« back to all changes in this revision

Viewing changes to macosx/Sparkle.framework/Versions/Current/Headers/Sparkle.h

  • Committer: Bazaar Package Importer
  • Author(s): Leo Costela
  • Date: 2009-05-17 19:39:51 UTC
  • mto: (1.3.4 upstream) (2.2.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 36.
  • Revision ID: james.westby@ubuntu.com-20090517193951-k8x15sqoxzf7cuyx
ImportĀ upstreamĀ versionĀ 1.61

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
//  Sparkle.h
3
3
//  Sparkle
4
4
//
5
 
//  Created by Andy Matuschak on 3/16/06.
 
5
//  Created by Andy Matuschak on 3/16/06. (Modified by CDHW on 23/12/07)
6
6
//  Copyright 2006 Andy Matuschak. All rights reserved.
7
7
//
8
8
 
9
 
#import "SUUpdater.h"
10
 
#import "SUUtilities.h"
11
 
#import "SUConstants.h"
12
 
#import "SUAppcast.h"
13
 
#import "SUAppcastItem.h"
14
 
#import "SUUpdateAlert.h"
15
 
#import "SUAutomaticUpdateAlert.h"
16
 
#import "SUStatusController.h"
17
 
#import "SUUnarchiver.h"
18
 
#import "SUStatusChecker.h"
19
 
 
20
 
#import "NSApplication+AppCopies.h"
21
 
#import "NSFileManager+Authentication.h"
22
 
#import "NSFileManager+Verification.h"
 
 
b'\\ No newline at end of file'
 
9
#ifndef SPARKLE_H
 
10
#define SPARKLE_H
 
11
 
 
12
// This list should include the shared headers. It doesn't matter if some of them aren't shared (unless
 
13
// there are name-space collisions) so we can list all of them to start with:
 
14
 
 
15
#import <Sparkle/SUUpdater.h>
 
16
 
 
17
#import <Sparkle/SUAppcast.h>
 
18
#import <Sparkle/SUAppcastItem.h>
 
19
#import <Sparkle/SUVersionComparisonProtocol.h>
 
20
 
 
21
#endif