javamanager/javaregistry/client/src/javaregistryentry.cpp
branchRCL_3
changeset 24 6c158198356e
parent 14 04becd199f91
equal deleted inserted replaced
23:e5618cc85d74 24:6c158198356e
   113 
   113 
   114 // ---------------------------------------------------------------------------
   114 // ---------------------------------------------------------------------------
   115 // CJavaRegistryEntry::~CJavaRegistryEntry
   115 // CJavaRegistryEntry::~CJavaRegistryEntry
   116 // ---------------------------------------------------------------------------
   116 // ---------------------------------------------------------------------------
   117 //
   117 //
   118 CJavaRegistryEntry::~CJavaRegistryEntry()
   118 EXPORT_C CJavaRegistryEntry::~CJavaRegistryEntry()
   119 {
   119 {
   120     if (iWritableEntry)
   120     if (iWritableEntry)
   121     {
   121     {
   122         delete iWritableEntry;
   122         delete iWritableEntry;
   123         iWritableEntry = NULL;
   123         iWritableEntry = NULL;