Ignore:
Timestamp:
Oct 21, 2011, 4:44:13 PM (14 years ago)
Author:
dmik
Message:

Use static member instead of global friend funciton.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/include/overlappedio.h

    r8838 r21729  
    146146     LPASYNCIOREQUEST     pending[NR_ASYNC_OPERATIONS];
    147147
    148      friend      DWORD CALLBACK OverlappedIOThread(LPVOID lpThreadParam);
     148     static DWORD CALLBACK OverlappedIOThread(LPVOID lpThreadParam);
    149149};
    150150
Note: See TracChangeset for help on using the changeset viewer.