#include <Null_Fragmentation_Strategy.h>
Inheritance diagram for TAO_Null_Fragmentation_Strategy:
Public Member Functions | |
TAO_Null_Fragmentation_Strategy (void) | |
virtual | ~TAO_Null_Fragmentation_Strategy (void) |
virtual int | fragment (TAO_OutputCDR &, ACE_CDR::ULong, ACE_CDR::ULong) |
Fragment the (potentially partially) encoded GIOP message. | |
Private Member Functions | |
TAO_Null_Fragmentation_Strategy (TAO_Null_Fragmentation_Strategy const &) | |
void | operator= (TAO_Null_Fragmentation_Strategy const &) |
|
Definition at line 46 of file Null_Fragmentation_Strategy.h.
00046 {} |
|
Definition at line 5 of file Null_Fragmentation_Strategy.cpp.
00006 { 00007 } |
|
|
|
Fragment the (potentially partially) encoded GIOP message. Fragmentation the contents of the CDR output stream cdr into smaller chunks of data of size that fits within the configured ORB fragmentation threshold, and send each fragment "over the wire."
Implements TAO_GIOP_Fragmentation_Strategy. Definition at line 10 of file Null_Fragmentation_Strategy.cpp. References CORBA::ULong.
00013 {
00014 return 0;
00015 }
|
|
|