javamanager/javaregistry/client/src/javaattribute.cpp
branchRCL_3
changeset 24 6c158198356e
parent 14 04becd199f91
equal deleted inserted replaced
23:e5618cc85d74 24:6c158198356e
    90 }
    90 }
    91 
    91 
    92 // ---------------------------------------------------------------------------
    92 // ---------------------------------------------------------------------------
    93 // CJavaAttribute::~MJavaAttribute
    93 // CJavaAttribute::~MJavaAttribute
    94 // ---------------------------------------------------------------------------
    94 // ---------------------------------------------------------------------------
    95 CJavaAttribute::~CJavaAttribute()
    95 EXPORT_C CJavaAttribute::~CJavaAttribute()
    96 {
    96 {
    97     delete iName;
    97     delete iName;
    98     delete iValue;
    98     delete iValue;
    99 }
    99 }
   100 
   100