1#ifndef Cpl_Persistent_Null_Region_Media_h_ 
    2#define Cpl_Persistent_Null_Region_Media_h_ 
   44    bool write( 
size_t offset, 
const void* srcData, 
size_t srcLen ) 
noexcept { 
return true; }
 
   47    size_t read( 
size_t offset, 
void* dstBuffer, 
size_t bytesToRead ) 
noexcept { 
return 0; }
 
This class extends the Cpl::Dm::EventLoop and Cpl::Itc:Mailbox classes to support the asynchronous ch...
Definition MailboxServer.h:43
 
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20