#include "orbsvcs/AV/sfp.h"
#include "tao/debug.h"
#include "ace/ARGV.h"
#include "ace/OS_NS_strings.h"
Go to the source code of this file.
Functions | |
bool | operator< (const TAO_SFP_Fragment_Node &left, const TAO_SFP_Fragment_Node &right) |
bool operator< | ( | const TAO_SFP_Fragment_Node & | left, | |
const TAO_SFP_Fragment_Node & | right | |||
) |
Definition at line 36 of file sfp.cpp.
{ return left.fragment_info_.frag_number < right.fragment_info_.frag_number; }