mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
INLINE keyword
This commit is contained in:
parent
aceaa30b52
commit
8e4f715798
@ -136,7 +136,7 @@ consider_flush() {
|
|||||||
// has meaning if set_collect_tcp() has been set to
|
// has meaning if set_collect_tcp() has been set to
|
||||||
// true.
|
// true.
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
bool OSocketStream::
|
INLINE bool OSocketStream::
|
||||||
flush() {
|
flush() {
|
||||||
ostream::flush();
|
ostream::flush();
|
||||||
_queued_data_start = ClockObject::get_global_clock()->get_real_time();
|
_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
|
// has meaning if set_collect_tcp() has been set to
|
||||||
// true.
|
// true.
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
bool SocketStream::
|
INLINE bool SocketStream::
|
||||||
flush() {
|
flush() {
|
||||||
iostream::flush();
|
iostream::flush();
|
||||||
_queued_data_start = ClockObject::get_global_clock()->get_real_time();
|
_queued_data_start = ClockObject::get_global_clock()->get_real_time();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user