?? sdpattributeparser.pan
字號(hào):
/* Copyright (c) 2004, Nokia. All rights reserved */
#ifndef __SDP_ATTRIBUTE_PARSER_PAN__
#define __SDP_ATTRIBUTE_PARSER_PAN__
/** BTPointToPoint application panic codes */
enum TSdpAttributeParserPanics
{
ESdpAttributeParserInvalidCommand = 1,
ESdpAttributeParserNoValue,
ESdpAttributeParserValueIsList,
ESdpAttributeParserValueTypeUnsupported
};
/** Panic Category */
_LIT( KPanicSAP, "SAP" );
inline void Panic( TSdpAttributeParserPanics aReason )
{
User::Panic( KPanicSAP, aReason );
}
#endif // __SDP_ATTRIBUTE_PARSER_PAN__
// End of File
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -