diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-04-30 23:25:53 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-04-30 23:25:53 +0000 |
commit | c3b8ab6e5155f195a84e8ed00baf9ab9b285c364 (patch) | |
tree | 639ad21e50551cc2a89c31b7ad63186e857a9fdb /ace/FIFO_Send.i | |
parent | e197dcfb4f2b497c2d21cb01ec3824e3847a51d6 (diff) | |
download | ATCD-c3b8ab6e5155f195a84e8ed00baf9ab9b285c364.tar.gz |
Added control for default inlined-functions.
Diffstat (limited to 'ace/FIFO_Send.i')
-rw-r--r-- | ace/FIFO_Send.i | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/FIFO_Send.i b/ace/FIFO_Send.i index 5785229f167..c7e20eae8d2 100644 --- a/ace/FIFO_Send.i +++ b/ace/FIFO_Send.i @@ -3,14 +3,14 @@ // FIFO_Send.i -inline ssize_t +ASYS_INLINE ssize_t ACE_FIFO_Send::send (const void *buf, size_t len) { ACE_TRACE ("ACE_FIFO_Send::send"); return ACE_OS::write (this->get_handle (), (const char *) buf, len); } -inline ssize_t +ASYS_INLINE ssize_t ACE_FIFO_Send::send_n (const void *buf, size_t n) { ACE_TRACE ("ACE_FIFO_Send::send_n"); |