summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Acceptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IIOP_Acceptor.h')
-rw-r--r--TAO/tao/IIOP_Acceptor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/IIOP_Acceptor.h b/TAO/tao/IIOP_Acceptor.h
index d2a97bdb3b8..f86cc5ba6e8 100644
--- a/TAO/tao/IIOP_Acceptor.h
+++ b/TAO/tao/IIOP_Acceptor.h
@@ -30,7 +30,7 @@
#include "ace/Acceptor.h"
#include "ace/SOCK_Acceptor.h"
-#include "tao/GIOP_Message_State.h"
+#include "tao/GIOP_Message_Version.h"
// TAO IIOP_Acceptor concrete call defination
@@ -180,7 +180,7 @@ protected:
* @@ Theoretically they shouldn't be here!! We need to look at a
* way to move this out
*/
- TAO_GIOP_Version version_;
+ TAO_GIOP_Message_Version version_;
/// ORB Core.
TAO_ORB_Core *orb_core_;