Browse Source

INLINE keyword

David Rose 22 years ago
parent
commit
8e4f715798
1 changed files with 2 additions and 2 deletions
  1. 2 2
      panda/src/downloader/socketStream.I

+ 2 - 2
panda/src/downloader/socketStream.I

@@ -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();