contentmgmt/contentaccessfwfordrm/engineering/dox/AsyncSendReceive.dox
changeset 8 35751d3474b7
parent 0 2c201484c85f
child 11 9d767430696e
child 29 ece3df019add
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
    61 // For these reasons, this pattern should only be used as a last resort - for example, if the agent plugin cannot store member data in its class for compatibility reasons.
    61 // For these reasons, this pattern should only be used as a last resort - for example, if the agent plugin cannot store member data in its class for compatibility reasons.
    62 // <b>
    62 // <b>
    63 // 
    63 // 
    64 //
    64 //
    65 
    65 
    66 
       
    67 
       
    68 /**
    66 /**
    69  @page CAFAsyncSendReceive Making an asynchronous SendReceive() call in an agent plugin
    67  @page CAFAsyncSendReceive Making an asynchronous SendReceive() call in an agent plugin
    70  - @ref StoreLocalCopy
    68  - @ref StoreLocalCopy
    71  - @ref SyncSendReceive
    69  - @ref SyncSendReceive
    72  @section StoreLocalCopy Storing a local heap copy of transient data
    70  @section StoreLocalCopy Storing a local heap copy of transient data