Ignore:
Timestamp:
12/15/22 15:56:11 (17 months ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Event object creation is moved into a factory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/hu/varadiistvan/scpl/io/_win32/BufferedStream.h

    r9 r28  
    7676     * Construct the buffered stream.
    7777     */
    78     BufferedStream(Waiter* waiter = 0, HANDLE handle = 0,
     78    BufferedStream(std::unique_ptr<EventFactory> eventFactory,
     79                   Waiter* waiter = 0, HANDLE handle = 0,
    7980                   size_t readingCapacity = DEFAULT_CAPACITY,
    8081                   size_t writingCapacity = DEFAULT_CAPACITY);
Note: See TracChangeset for help on using the changeset viewer.