예제 #1
0
파일: playlist.cpp 프로젝트: ARSekkat/gpac
CPlaylist* CPlaylist::NewLC( const TRect& aRect, GF_User *user)
{
	CPlaylist* self = new ( ELeave ) CPlaylist;
	CleanupStack::PushL( self );
	self->ConstructL( aRect, user);
	return self;
}