~ubuntu-branches/ubuntu/maverick/transmission/maverick

« back to all changes in this revision

Viewing changes to macosx/PeerProgressIndicatorCell.h

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Klimonda
  • Date: 2009-05-22 21:57:30 UTC
  • mfrom: (1.2.2 upstream)
  • mto: (2.1.18 sid) (1.3.8 upstream)
  • mto: This revision was merged to the branch mainline in revision 36.
  • Revision ID: james.westby@ubuntu.com-20090522215730-ly5kgv5aw9ig2u82
Tags: upstream-1.61
ImportĀ upstreamĀ versionĀ 1.61

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/******************************************************************************
2
 
 * $Id: PeerProgressIndicatorCell.h 5349 2008-03-24 02:38:00Z livings124 $
 
2
 * $Id: PeerProgressIndicatorCell.h 7659 2009-01-10 23:37:37Z livings124 $
3
3
 * 
4
 
 * Copyright (c) 2007-2008 Transmission authors and contributors
 
4
 * Copyright (c) 2007-2009 Transmission authors and contributors
5
5
 *
6
6
 * Permission is hereby granted, free of charge, to any person obtaining a
7
7
 * copy of this software and associated documentation files (the "Software"),
27
27
@interface PeerProgressIndicatorCell : NSLevelIndicatorCell
28
28
{
29
29
    NSDictionary * fAttributes;
 
30
    BOOL fSeed;
30
31
}
31
32
 
 
33
- (void) setSeed: (BOOL) seed;
 
34
 
32
35
@end