Changeset 141 for branches/new_api/macosx/Controller.h
- Timestamp:
- Mar 10, 2006, 9:10:17 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_api/macosx/Controller.h
r107 r141 1 1 /****************************************************************************** 2 * Copyright (c) 2005 Eric Petit2 * Copyright (c) 2005-2006 Transmission authors and contributors 3 3 * 4 4 * Permission is hereby granted, free of charge, to any person obtaining a … … 33 33 @interface Controller : NSObject 34 34 { 35 tr_handle_t * f Handle;35 tr_handle_t * fLib; 36 36 int fCount, fSeeding, fDownloading, fCompleted; 37 tr_stat_t * fStat; 38 int fResumeOnWake[TR_MAX_TORRENT_COUNT]; 37 NSMutableArray * fTorrents; 39 38 40 39 NSToolbar * fToolbar;
Note: See TracChangeset
for help on using the changeset viewer.