?? sdpattributenotifier.h
字號(hào):
/* Copyright (c) 2004, Nokia. All rights reserved */
#ifndef __SDP_ATTRIBUTE_NOTIFIER_H__
#define __SDP_ATTRIBUTE_NOTIFIER_H__
// FORWARD DECLARATIONS
class CSdpAttrValue;
// CLASS DECLARATIONS
/**
* MSdpAttributeNotifier
* An instance of MSdpAttributeNotifier is used to read selected SDP Attribute
* elements from an attribute value.
*/
class MSdpAttributeNotifier
{
public: // Member function
/**
* FoundElementL()
* Read the data element
* @param aKey a key that identifies the element
* @param aValue the data element
*/
virtual void FoundElementL( TInt aKey, const CSdpAttrValue& aValue ) = 0;
};
#endif // __SDP_ATTRIBUTE_NOTIFIER_H__
// End of File
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -