photosgallery/imgvwr/src/glxivwrdocument.cpp
branchRCL_3
changeset 9 6b87b143d312
parent 4 57d388cc48c1
child 18 bcb43dc84c44
equal deleted inserted replaced
5:f7f0874bfe7d 9:6b87b143d312
    71 // -----------------------------------------------------------------------------
    71 // -----------------------------------------------------------------------------
    72 //
    72 //
    73 CGlxIVwrDocument::~CGlxIVwrDocument()
    73 CGlxIVwrDocument::~CGlxIVwrDocument()
    74     {
    74     {
    75     TRACER("CGlxIVwrDocument::~CGlxDocument()");
    75     TRACER("CGlxIVwrDocument::~CGlxDocument()");
    76     if (iViewUtility != NULL)
    76     if ( iViewUtility )
    77         {
    77         {
    78         iViewUtility->Close();
    78         iViewUtility->Close();
    79         }
    79         }
    80     if ( NULL != iImageViewerInstance)
    80     if ( iImageViewerInstance )
    81         {
    81         {
    82         iImageViewerInstance->DeleteInstance();
    82         iImageViewerInstance->DeleteInstance();
    83         }
    83         }
    84     }
    84     }
    85 
    85