summaryrefslogtreecommitdiff
path: root/TAO/tao/Resource_Factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Resource_Factory.h')
-rw-r--r--TAO/tao/Resource_Factory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Resource_Factory.h b/TAO/tao/Resource_Factory.h
index 8aa7157ca9c..e2f35c788f5 100644
--- a/TAO/tao/Resource_Factory.h
+++ b/TAO/tao/Resource_Factory.h
@@ -236,7 +236,7 @@ public:
virtual TAO_LF_Strategy *create_lf_strategy (void) = 0;
/// Outgoing fragment creation strategy.
- virtual auto_ptr<TAO_GIOP_Fragmentation_Strategy>
+ virtual TAO_GIOP_Fragmentation_Strategy*
create_fragmentation_strategy (TAO_Transport * transport,
CORBA::ULong max_message_size) const = 0;