javamanager/javaregistry/client/src/javaattribute.cpp
changeset 47 f40128debb5d
parent 21 2a9601315dfc
child 83 26b2b12093af
equal deleted inserted replaced
35:85266cc22c7f 47:f40128debb5d
    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