summaryrefslogtreecommitdiff
path: root/tao/On_Demand_Fragmentation_Strategy.h
diff options
context:
space:
mode:
Diffstat (limited to 'tao/On_Demand_Fragmentation_Strategy.h')
-rw-r--r--tao/On_Demand_Fragmentation_Strategy.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tao/On_Demand_Fragmentation_Strategy.h b/tao/On_Demand_Fragmentation_Strategy.h
index 8ac103f5bc7..428f45a7f9f 100644
--- a/tao/On_Demand_Fragmentation_Strategy.h
+++ b/tao/On_Demand_Fragmentation_Strategy.h
@@ -17,12 +17,12 @@
#include "tao/GIOP_Fragmentation_Strategy.h"
#include "ace/CDR_Base.h"
+#include "ace/Copy_Disabled.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
class TAO_OutputCDR;
@@ -44,7 +44,6 @@ class TAO_On_Demand_Fragmentation_Strategy
: public TAO_GIOP_Fragmentation_Strategy
{
public:
-
/// Constructor.
TAO_On_Demand_Fragmentation_Strategy (TAO_Transport * transport,
ACE_CDR::ULong max_message_size);