upnpavcontroller/upnpxmlparser/bwins/upnpxmlparseru.def
author Sampo Huttunen <sampo.huttunen@nokia.com>
Thu, 18 Nov 2010 15:46:57 +0200
branchIOP_Improvements
changeset 44 97caed2372ca
parent 38 5360b7ddc251
permissions -rw-r--r--
Fixed AVController, it was accidentally set to search only for renderers. Now also servers are added to device list. Also some minor changes in package definition xml and platform API xml definition files.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
38
5360b7ddc251 New development branch with e.g. rendering state machine and a simple Qt example application using it.
samhuttu
parents: 0
diff changeset
     1
EXPORTS
5360b7ddc251 New development branch with e.g. rendering state machine and a simple Qt example application using it.
samhuttu
parents: 0
diff changeset
     2
	?RemoveXmlControlCharactersL@UpnpXmlStringUtility@@SAPAVHBufC8@@ABVTDesC8@@@Z @ 1 NONAME ; class HBufC8 * UpnpXmlStringUtility::RemoveXmlControlCharactersL(class TDesC8 const &)
5360b7ddc251 New development branch with e.g. rendering state machine and a simple Qt example application using it.
samhuttu
parents: 0
diff changeset
     3
	?InstanceID@CUPnPAVTEvent@@QBEHXZ @ 2 NONAME ; int CUPnPAVTEvent::InstanceID(void) const
5360b7ddc251 New development branch with e.g. rendering state machine and a simple Qt example application using it.
samhuttu
parents: 0
diff changeset
     4
	??1CUpnpObjectLite@@UAE@XZ @ 3 NONAME ; CUpnpObjectLite::~CUpnpObjectLite(void)
5360b7ddc251 New development branch with e.g. rendering state machine and a simple Qt example application using it.
samhuttu
parents: 0
diff changeset
     5
	?SetTitleL@CUpnpObjectLite@@QAEXABVTDesC16@@@Z @ 4 NONAME ; void CUpnpObjectLite::SetTitleL(class TDesC16 const &)
5360b7ddc251 New development branch with e.g. rendering state machine and a simple Qt example application using it.
samhuttu
parents: 0
diff changeset
     6
	?NewLC@CUPnPXMLParserLite@@SAPAV1@XZ @ 5 NONAME ; class CUPnPXMLParserLite * CUPnPXMLParserLite::NewLC(void)
5360b7ddc251 New development branch with e.g. rendering state machine and a simple Qt example application using it.
samhuttu
parents: 0
diff changeset
     7
	?TransportURI@CUPnPAVTEvent@@QBEABVTDesC8@@XZ @ 6 NONAME ; class TDesC8 const & CUPnPAVTEvent::TransportURI(void) const
5360b7ddc251 New development branch with e.g. rendering state machine and a simple Qt example application using it.
samhuttu
parents: 0
diff changeset
     8
	?IsTypeOf@CUpnpObjectLite@@QBEHW4TObjectType@1@@Z @ 7 NONAME ; int CUpnpObjectLite::IsTypeOf(enum CUpnpObjectLite::TObjectType) const
5360b7ddc251 New development branch with e.g. rendering state machine and a simple Qt example application using it.
samhuttu
parents: 0
diff changeset
     9
	?Volume@CUPnPAVTEvent@@QBEHXZ @ 8 NONAME ; int CUPnPAVTEvent::Volume(void) const
5360b7ddc251 New development branch with e.g. rendering state machine and a simple Qt example application using it.
samhuttu
parents: 0
diff changeset
    10
	?ContainerToXmlLC@CUPnPXMLParser@@SAPAVHBufC8@@ABVCUpnpContainer@@@Z @ 9 NONAME ; class HBufC8 * CUPnPXMLParser::ContainerToXmlLC(class CUpnpContainer const &)
5360b7ddc251 New development branch with e.g. rendering state machine and a simple Qt example application using it.
samhuttu
parents: 0
diff changeset
    11
	?XmlForCreateObjectLC@CUPnPXMLParser@@SAPAVHBufC8@@ABVCUpnpItem@@@Z @ 10 NONAME ; class HBufC8 * CUPnPXMLParser::XmlForCreateObjectLC(class CUpnpItem const &)
5360b7ddc251 New development branch with e.g. rendering state machine and a simple Qt example application using it.
samhuttu
parents: 0
diff changeset
    12
	?SetObjectIdL@CUpnpObjectLite@@QAEXPAVHBufC8@@@Z @ 11 NONAME ; void CUpnpObjectLite::SetObjectIdL(class HBufC8 *)
5360b7ddc251 New development branch with e.g. rendering state machine and a simple Qt example application using it.
samhuttu
parents: 0
diff changeset
    13
	?ParseResultDataL@CUPnPXMLParserLite@@QAEXAAV?$RPointerArray@VCUpnpObjectLite@@@@ABVTDesC8@@ABVTDesC16@@@Z @ 12 NONAME ; void CUPnPXMLParserLite::ParseResultDataL(class RPointerArray<class CUpnpObjectLite> &, class TDesC8 const &, class TDesC16 const &)
5360b7ddc251 New development branch with e.g. rendering state machine and a simple Qt example application using it.
samhuttu
parents: 0
diff changeset
    14
	?Mute@CUPnPAVTEvent@@QBEHXZ @ 13 NONAME ; int CUPnPAVTEvent::Mute(void) const
5360b7ddc251 New development branch with e.g. rendering state machine and a simple Qt example application using it.
samhuttu
parents: 0
diff changeset
    15
	?ItemAsXmlLC@CUPnPXMLParser@@SAPAVHBufC8@@ABVCUpnpItem@@@Z @ 14 NONAME ; class HBufC8 * CUPnPXMLParser::ItemAsXmlLC(class CUpnpItem const &)
5360b7ddc251 New development branch with e.g. rendering state machine and a simple Qt example application using it.
samhuttu
parents: 0
diff changeset
    16
	?NewL@CUPnPXMLParser@@SAPAV1@XZ @ 15 NONAME ; class CUPnPXMLParser * CUPnPXMLParser::NewL(void)
5360b7ddc251 New development branch with e.g. rendering state machine and a simple Qt example application using it.
samhuttu
parents: 0
diff changeset
    17
	?NewL@CUPnPXMLParserLite@@SAPAV1@XZ @ 16 NONAME ; class CUPnPXMLParserLite * CUPnPXMLParserLite::NewL(void)
5360b7ddc251 New development branch with e.g. rendering state machine and a simple Qt example application using it.
samhuttu
parents: 0
diff changeset
    18
	?SetObjectIdL@CUpnpObjectLite@@QAEXABVTDesC8@@@Z @ 17 NONAME ; void CUpnpObjectLite::SetObjectIdL(class TDesC8 const &)
5360b7ddc251 New development branch with e.g. rendering state machine and a simple Qt example application using it.
samhuttu
parents: 0
diff changeset
    19
	?SetObjectClass@CUpnpObjectLite@@QAEXABVTDesC8@@@Z @ 18 NONAME ; void CUpnpObjectLite::SetObjectClass(class TDesC8 const &)
5360b7ddc251 New development branch with e.g. rendering state machine and a simple Qt example application using it.
samhuttu
parents: 0
diff changeset
    20
	?NewLC@CUPnPXMLParser@@SAPAV1@XZ @ 19 NONAME ; class CUPnPXMLParser * CUPnPXMLParser::NewLC(void)
5360b7ddc251 New development branch with e.g. rendering state machine and a simple Qt example application using it.
samhuttu
parents: 0
diff changeset
    21
	?ParseAvtEventDataL@CUPnPXMLEventParser@@QAEPAVCUPnPAVTEvent@@ABVTDesC8@@H@Z @ 20 NONAME ; class CUPnPAVTEvent * CUPnPXMLEventParser::ParseAvtEventDataL(class TDesC8 const &, int)
5360b7ddc251 New development branch with e.g. rendering state machine and a simple Qt example application using it.
samhuttu
parents: 0
diff changeset
    22
	?NewL@CUPnPXMLEventParser@@SAPAV1@XZ @ 21 NONAME ; class CUPnPXMLEventParser * CUPnPXMLEventParser::NewL(void)
5360b7ddc251 New development branch with e.g. rendering state machine and a simple Qt example application using it.
samhuttu
parents: 0
diff changeset
    23
	?TransportState@CUPnPAVTEvent@@QBE?AW4TTransportState@1@XZ @ 22 NONAME ; enum CUPnPAVTEvent::TTransportState CUPnPAVTEvent::TransportState(void) const
5360b7ddc251 New development branch with e.g. rendering state machine and a simple Qt example application using it.
samhuttu
parents: 0
diff changeset
    24
	?SetTitleL@CUpnpObjectLite@@QAEXPAVHBufC16@@@Z @ 23 NONAME ; void CUpnpObjectLite::SetTitleL(class HBufC16 *)
5360b7ddc251 New development branch with e.g. rendering state machine and a simple Qt example application using it.
samhuttu
parents: 0
diff changeset
    25
	?ParseRcEventDataL@CUPnPXMLEventParser@@QAEPAVCUPnPAVTEvent@@ABVTDesC8@@H@Z @ 24 NONAME ; class CUPnPAVTEvent * CUPnPXMLEventParser::ParseRcEventDataL(class TDesC8 const &, int)
5360b7ddc251 New development branch with e.g. rendering state machine and a simple Qt example application using it.
samhuttu
parents: 0
diff changeset
    26
	?ObjectId@CUpnpObjectLite@@QBEABVTDesC8@@XZ @ 25 NONAME ; class TDesC8 const & CUpnpObjectLite::ObjectId(void) const
5360b7ddc251 New development branch with e.g. rendering state machine and a simple Qt example application using it.
samhuttu
parents: 0
diff changeset
    27
	?Title@CUpnpObjectLite@@QBEABVTDesC16@@XZ @ 26 NONAME ; class TDesC16 const & CUpnpObjectLite::Title(void) const
5360b7ddc251 New development branch with e.g. rendering state machine and a simple Qt example application using it.
samhuttu
parents: 0
diff changeset
    28
	?NewL@CUpnpObjectLite@@SAPAV1@XZ @ 27 NONAME ; class CUpnpObjectLite * CUpnpObjectLite::NewL(void)
5360b7ddc251 New development branch with e.g. rendering state machine and a simple Qt example application using it.
samhuttu
parents: 0
diff changeset
    29
	?ParseResultDataL@CUPnPXMLParser@@QAEXAAV?$RPointerArray@VCUpnpObject@@@@ABVTDesC8@@@Z @ 28 NONAME ; void CUPnPXMLParser::ParseResultDataL(class RPointerArray<class CUpnpObject> &, class TDesC8 const &)
5360b7ddc251 New development branch with e.g. rendering state machine and a simple Qt example application using it.
samhuttu
parents: 0
diff changeset
    30