Changeset 209 for trunk/desktop/idl


Ignore:
Timestamp:
Jan 21, 2007, 4:57:47 PM (19 years ago)
Author:
cinc
Message:

Integration of nomUnInit() with the garbage collector using finalizers.

Location:
trunk/desktop/idl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/desktop/idl/m_wpobject.idl

    r206 r209  
    5555  /* Methods overriden by this class */
    5656  NOMOVERRIDE(nomInit);
    57   NOMOVERRIDE(nomUninit);
     57  NOMOVERRIDE(nomUnInit);
    5858
    5959  /* Instance variables of this class. Theses are not
  • trunk/desktop/idl/wpobject.idl

    r203 r209  
    124124  /* Methods overriden by this class */
    125125  NOMOVERRIDE(nomInit);
    126   NOMOVERRIDE(nomUninit);
     126  NOMOVERRIDE(nomUnInit);
    127127
    128128  /* Instancce variables of this class. Theses are not
Note: See TracChangeset for help on using the changeset viewer.