// -----------------------------------------------------------------------------
// CMmsElementDescriptor::ContentReference
// -----------------------------------------------------------------------------
//
EXPORT_C TPtrC CMmsElementDescriptor::ContentReference() const
    {
    return iContentReference ? TPtrC( *iContentReference ) : TPtrC();     
    }
Пример #2
0
TVerdict CCommDbTest005_01::doTestStepPreambleL()
	{	
	openDbAndViewL(TPtrC(DIAL_IN_ISP));
        SetTestStepResult(EPass);	return TestStepResult();
	}
TPtrC CAknNoteAttributes::Text() const
{
    if (iNoteText)
        return iNoteText->Text();
    return TPtrC(0,0);
}