~ubuntu-branches/ubuntu/lucid/lastfm/lucid

« back to all changes in this revision

Viewing changes to src/playercommands.h

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2007-12-31 09:49:54 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20071231094954-ix1amvcsj9pk61ya
Tags: 1:1.4.1.57486.dfsg-1ubuntu1
* Merge from Debian unstable (LP: #180254), remaining changes:
  - debian/rules;
    - Added dh_icons
  - Modify Maintainer value to match Debian-Maintainer-Field Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 *   You should have received a copy of the GNU General Public License     *
17
17
 *   along with this program; if not, write to the                         *
18
18
 *   Free Software Foundation, Inc.,                                       *
19
 
 *   51 Franklin Steet, Fifth Floor, Boston, MA  02111-1307, USA.          *
 
19
 *   51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301, USA.          *
20
20
 ***************************************************************************/
21
21
 
22
22
#ifndef PLAYERCOMMANDS_H
34
34
    PCMD_PAUSE,
35
35
    PCMD_RESUME,
36
36
    PCMD_EXIT,  // only used by Service itself
 
37
    PCMD_BOOTSTRAP,
37
38
    PCMD_INVALID
38
39
};
39
40
 
67
68
 
68
69
    EPlayerCommand mCmd;
69
70
    QString        mPluginId;
70
 
    TrackInfo      mTrack; // only used for Start commands
 
71
    TrackInfo      mTrack;    // only used for Start commands
 
72
    QString        mUserName; // only used for Bootstrap commands
71
73
};
72
74
 
73
75
#endif // PLAYERCOMMANDS_H