summaryrefslogtreecommitdiff
path: root/TAO/tao/SHMIOP_Acceptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/SHMIOP_Acceptor.h')
-rw-r--r--TAO/tao/SHMIOP_Acceptor.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/TAO/tao/SHMIOP_Acceptor.h b/TAO/tao/SHMIOP_Acceptor.h
index 7a8102796ec..985b907e804 100644
--- a/TAO/tao/SHMIOP_Acceptor.h
+++ b/TAO/tao/SHMIOP_Acceptor.h
@@ -45,7 +45,7 @@ class TAO_Export TAO_SHMIOP_Acceptor : public TAO_Acceptor
// The IIOP-specific bridge class for the concrete acceptor.
//
public:
- TAO_SHMIOP_Acceptor (CORBA::Boolean flag = 0);
+ TAO_SHMIOP_Acceptor (void);
// Constructor.
~TAO_SHMIOP_Acceptor (void);
@@ -111,9 +111,6 @@ private:
off_t mmap_size_;
// Determine the minimum size of mmap file. This dictate the
// maximum size of a CORBA method invocation.
-
- CORBA::Boolean lite_flag_;
- // Should we use GIOP lite??
};
#if defined(__ACE_INLINE__)