~ari-tczew/ubuntu/natty/clementine/lp-747113

« back to all changes in this revision

Viewing changes to 3rdparty/libxrme/extensions.cpp

  • Committer: Artur Rona
  • Date: 2011-04-04 20:05:33 UTC
  • Revision ID: ari-tczew@ubuntu.com-20110404200533-6aclzasj5pp8t1hq
* New upstream release. (LP: #747113)
* Drop all patches, have been applied upstream.
* Update debian/copyright.
* Refresh description in debian/control in order to avoid lintian error.
* Bump debhelper to 8.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include "extensions.h"
 
2
 
 
3
namespace xrme {
 
4
 
 
5
const char* MediaPlayerExtension::kFilterString =
 
6
    "/iq/xrme[@xmlns='http://purplehatstands.com/xmlns/xrme/mediaplayer']";
 
7
const char* RemoteControlExtension::kFilterString =
 
8
    "/iq/xrme[@xmlns='http://purplehatstands.com/xmlns/xrme/remotecontrol']";
 
9
const char* MediaStorageExtension::kFilterString =
 
10
    "/iq/xrme[@xmlns='http://purplehatstands.com/xmlns/xrme/mediastorage']";
 
11
 
 
12
}