resourcemgmt/hwresourcesmgr/server/src/HWRMFmTxRdsTextConverter.cpp
changeset 69 dc67b94625c5
parent 0 4e1aa6a622a0
equal deleted inserted replaced
63:09d657f1ee00 69:dc67b94625c5
    99 //
    99 //
   100 CHWRMFmTxRdsTextConverter::~CHWRMFmTxRdsTextConverter()
   100 CHWRMFmTxRdsTextConverter::~CHWRMFmTxRdsTextConverter()
   101     {
   101     {
   102     COMPONENT_TRACE1( _L( "HWRM Server - CHWRMFmTxRdsTextConverter::~CHWRMFmTxRdsTextConverter()" ) );
   102     COMPONENT_TRACE1( _L( "HWRM Server - CHWRMFmTxRdsTextConverter::~CHWRMFmTxRdsTextConverter()" ) );
   103 
   103 
       
   104 	iConvertFromUnicodeFile.Close();
   104     iFileServer.Close();
   105     iFileServer.Close();
   105 
   106 
   106     COMPONENT_TRACE1( _L( "HWRM Server - CHWRMFmTxRdsTextConverter::~CHWRMFmTxRdsTextConverter - return" ) );
   107     COMPONENT_TRACE1( _L( "HWRM Server - CHWRMFmTxRdsTextConverter::~CHWRMFmTxRdsTextConverter - return" ) );
   107     }
   108     }
   108 
   109