Example #1
0
CPlaylist* CPlaylist::NewLC( const TRect& aRect, GF_User *user)
{
	CPlaylist* self = new ( ELeave ) CPlaylist;
	CleanupStack::PushL( self );
	self->ConstructL( aRect, user);
	return self;
}