2011-03-01 15:34:06 +01:00
|
|
|
#include "extensions.h"
|
|
|
|
|
|
|
|
namespace xrme {
|
|
|
|
|
|
|
|
const char* MediaPlayerExtension::kFilterString =
|
|
|
|
"/iq/xrme[@xmlns='http://purplehatstands.com/xmlns/xrme/mediaplayer']";
|
|
|
|
const char* RemoteControlExtension::kFilterString =
|
|
|
|
"/iq/xrme[@xmlns='http://purplehatstands.com/xmlns/xrme/remotecontrol']";
|
2011-03-13 19:20:37 +01:00
|
|
|
const char* MediaStorageExtension::kFilterString =
|
|
|
|
"/iq/xrme[@xmlns='http://purplehatstands.com/xmlns/xrme/mediastorage']";
|
2011-03-01 15:34:06 +01:00
|
|
|
|
|
|
|
}
|