javamanager/javaregistry/client/src/javaattribute.cpp
branchRCL_3
changeset 60 6c158198356e
parent 19 04becd199f91
child 83 26b2b12093af
equal deleted inserted replaced
59:e5618cc85d74 60: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