javamanager/javaregistry/client/src/javaattribute.cpp
changeset 67 63b81d807542
parent 21 2a9601315dfc
child 83 26b2b12093af
equal deleted inserted replaced
64:0ea12c182930 67:63b81d807542
    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