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.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/tao/SHMIOP_Acceptor.h b/TAO/tao/SHMIOP_Acceptor.h
index 3aff41db3a6..137c83e7888 100644
--- a/TAO/tao/SHMIOP_Acceptor.h
+++ b/TAO/tao/SHMIOP_Acceptor.h
@@ -65,8 +65,6 @@ public:
const char *port,
const char *options = 0);
virtual int open_default (TAO_ORB_Core *orb_core,
- int version_major,
- int version_minor,
const char *options = 0);
virtual int close (void);
virtual int create_mprofile (const TAO_ObjectKey &object_key,
@@ -116,7 +114,7 @@ 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??
};