equal
deleted
inserted
replaced
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 |