summaryrefslogtreecommitdiff
path: root/TAO/tao/Protocol_Factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Protocol_Factory.h')
-rw-r--r--TAO/tao/Protocol_Factory.h15
1 files changed, 11 insertions, 4 deletions
diff --git a/TAO/tao/Protocol_Factory.h b/TAO/tao/Protocol_Factory.h
index 568be711664..7e0bcb71b0c 100644
--- a/TAO/tao/Protocol_Factory.h
+++ b/TAO/tao/Protocol_Factory.h
@@ -14,16 +14,19 @@
#define TAO_PROTOCOL_FACTORY_H
#include /**/ "ace/pre.h"
-#include "ace/Service_Object.h"
+
+#include "tao/TAO_Export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+#include "tao/Basic_Types.h"
+
+#include "ace/Service_Object.h"
#include "ace/SStringfwd.h"
-#include "TAO_Export.h"
-#include "Basic_Types.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
class TAO_Acceptor;
class TAO_Connector;
@@ -68,10 +71,14 @@ public:
virtual int requires_explicit_endpoint (void) const = 0;
private:
+
/// IOP protocol tag.
- CORBA::ULong tag_;
+ CORBA::ULong const tag_;
+
};
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#include /**/ "ace/post.h"
#endif /* TAO_PROTOCOL_FACTORY_H */