VideoFileDetails.cpp
上传用户:xinrui0099
上传日期:2010-03-05
资源大小:48k
文件大小:1k
- /*
- * ============================================================================
- * Name : CVideoFileDetails from VideoFileDetails.h
- * Part of : Video
- * Created : 10/14/2003 by Forum Nokia
- * Implementation notes:
- *
- * Version :
- * Copyright: Nokia Corporation, 2003
- * ============================================================================
- */
- #include "VideoFileDetails.h"
- /*
- -----------------------------------------------------------------------------
- CVideoFileDetails::CVideoFileDetails()
- Description: C++ default constructor can NOT contain any code, that
- might leave.
- Comments :
- Return values: N/A
- -----------------------------------------------------------------------------
- */
- CVideoFileDetails::CVideoFileDetails()
- {
- }
- /*
- -----------------------------------------------------------------------------
- CVideoFileDetails::~CVideoFileDetails()
- Description: Destructor
- Comments :
- Return values: N/A
- -----------------------------------------------------------------------------
- */
- CVideoFileDetails::~CVideoFileDetails()
- {
- delete iTitle;
- delete iFileName;
- delete iUrl;
- delete iFormat;
- delete iCopyright;
- }