INLINE keyword

This commit is contained in:
David Rose 2003-09-07 21:29:33 +00:00
parent aceaa30b52
commit 8e4f715798

View File

@ -136,7 +136,7 @@ consider_flush() {
// has meaning if set_collect_tcp() has been set to
// true.
////////////////////////////////////////////////////////////////////
bool OSocketStream::
INLINE bool OSocketStream::
flush() {
ostream::flush();
_queued_data_start = ClockObject::get_global_clock()->get_real_time();
@ -253,7 +253,7 @@ consider_flush() {
// has meaning if set_collect_tcp() has been set to
// true.
////////////////////////////////////////////////////////////////////
bool SocketStream::
INLINE bool SocketStream::
flush() {
iostream::flush();
_queued_data_start = ClockObject::get_global_clock()->get_real_time();