Ignore:
Timestamp:
Aug 13, 2006, 12:50:28 AM (19 years ago)
Author:
bird
Message:

Added missing freePMData method.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/synergy/lib/platform/CPMClipboardBitmapConverter.cpp

    r2752 r2757  
    5757    /** @todo implement me */
    5858    return 0;
     59}
     60
     61void
     62CPMClipboardBitmapConverter::freePMData(ULONG ulPMData) const
     63{
     64    HBITMAP hbmp = (HBITMAP)ulPMData;
     65    if (hbmp != NULLHANDLE) {
     66        /** @todo implement me */
     67    }
    5968}
    6069
Note: See TracChangeset for help on using the changeset viewer.