#include "orbsvcs/AV/sfp.h"#include "tao/debug.h"#include "ace/ARGV.h"#include "ace/OS_NS_strings.h"Include dependency graph for sfp.cpp:

Go to the source code of this file.
Functions | |
| bool | operator< (const TAO_SFP_Fragment_Node &left, const TAO_SFP_Fragment_Node &right) |
|
||||||||||||
|
Definition at line 36 of file sfp.cpp. References flowProtocol::fragment::frag_number, and TAO_SFP_Fragment_Node::fragment_info_.
00038 {
00039 return left.fragment_info_.frag_number < right.fragment_info_.frag_number;
00040 }
|
1.3.6