Panda3D
|
00001 // Filename: netDatagram.I 00002 // Created by: drose (17May00) 00003 // 00004 //////////////////////////////////////////////////////////////////// 00005 // 00006 // PANDA 3D SOFTWARE 00007 // Copyright (c) Carnegie Mellon University. All rights reserved. 00008 // 00009 // All use of this software is subject to the terms of the revised BSD 00010 // license. You should have received a copy of this license along 00011 // with this source code in a file named "LICENSE." 00012 // 00013 //////////////////////////////////////////////////////////////////// 00014 00015 //////////////////////////////////////////////////////////////////// 00016 // Function: NetDatagram::operator == 00017 // Access: Public 00018 // Description: 00019 //////////////////////////////////////////////////////////////////// 00020 INLINE bool NetDatagram:: 00021 operator == (const NetDatagram &) const { 00022 return true; 00023 } 00024 00025 //////////////////////////////////////////////////////////////////// 00026 // Function: NetDatagram::operator != 00027 // Access: Public 00028 // Description: 00029 //////////////////////////////////////////////////////////////////// 00030 INLINE bool NetDatagram:: 00031 operator != (const NetDatagram &) const { 00032 return false; 00033 } 00034 00035 //////////////////////////////////////////////////////////////////// 00036 // Function: NetDatagram::operator < 00037 // Access: Public 00038 // Description: 00039 //////////////////////////////////////////////////////////////////// 00040 INLINE bool NetDatagram:: 00041 operator < (const NetDatagram &) const { 00042 return false; 00043 }