diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-04-20 12:40:50 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-04-20 12:40:50 +0000 |
commit | 1939a15774cacdf268c47b0bd7eb851ca4f149ab (patch) | |
tree | 8eaa757e26eff9e7ac20b3083429ff45aa4faefb /TAO/tao/default_resource.h | |
parent | 2f8a860d14adb56c57241b6e76a665e3835b1d04 (diff) | |
download | ATCD-1939a15774cacdf268c47b0bd7eb851ca4f149ab.tar.gz |
ChangeLogTag: Thu Apr 20 11:50:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/default_resource.h')
-rw-r--r-- | TAO/tao/default_resource.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/tao/default_resource.h b/TAO/tao/default_resource.h index 2189a8ca7d7..aef5e545fd7 100644 --- a/TAO/tao/default_resource.h +++ b/TAO/tao/default_resource.h @@ -135,7 +135,9 @@ public: virtual TAO_Connection_Purging_Strategy *create_purging_strategy (void); TAO_Resource_Factory::Resource_Usage resource_usage_strategy (void) const; virtual TAO_LF_Strategy *create_lf_strategy (void); - + virtual auto_ptr<TAO_GIOP_Fragmentation_Strategy> + create_fragmentation_strategy (TAO_Transport * transport, + CORBA::ULong max_message_size) const; virtual void disable_factory (void); virtual bool drop_replies_during_shutdown (void) const; //@} |