summaryrefslogtreecommitdiff
path: root/TAO/tao/Transport_Acceptor.h
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-10-28 18:31:01 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-10-28 18:31:01 +0000
commitc20c95d4d526d887c9782960a3ff73f63c3c1c85 (patch)
treefd6ae8c3db752254802dfaafd1543974a4741e47 /TAO/tao/Transport_Acceptor.h
parent3d20d6aedf2b56b86fe2a386777c7afbf1c19c93 (diff)
downloadATCD-c20c95d4d526d887c9782960a3ff73f63c3c1c85.tar.gz
ChangeLogTag:Tue Oct 28 12:02:47 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Transport_Acceptor.h')
-rw-r--r--TAO/tao/Transport_Acceptor.h20
1 files changed, 16 insertions, 4 deletions
diff --git a/TAO/tao/Transport_Acceptor.h b/TAO/tao/Transport_Acceptor.h
index 3c4f0d012d8..d997a4a6325 100644
--- a/TAO/tao/Transport_Acceptor.h
+++ b/TAO/tao/Transport_Acceptor.h
@@ -12,16 +12,19 @@
* @author Fred Kuhns <fredk@cs.wustl.edu>
*/
//=============================================================================
+
#ifndef TAO_ACCEPTOR_H
#define TAO_ACCEPTOR_H
+
#include /**/ "ace/pre.h"
-#include "tao/corbafwd.h"
+#include "tao/TAO_Export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+#include "tao/Basic_Types.h"
// Forward declarations.
class ACE_Addr;
@@ -40,6 +43,18 @@ namespace TAO
{
class ObjectKey;
}
+
+// ****************************************************************
+
+/// The TAO-specific OMG assigned value for the TAG_ORB_TYPE tagged
+/// component.
+/**
+ * This number was assigned by the OMG. Do *NOT* change. The ASCII
+ * representation is "TA\x00". If necessary, we can request more ORB
+ * types later.
+ */
+const CORBA::ULong TAO_ORB_TYPE = 0x54414f00U;
+
// ****************************************************************
/**
@@ -54,7 +69,6 @@ namespace TAO
class TAO_Export TAO_Acceptor
{
public:
-
TAO_Acceptor (CORBA::ULong tag);
/// Destructor
@@ -116,10 +130,8 @@ public:
TAO::ObjectKey &key) = 0;
private:
-
/// IOP protocol tag.
CORBA::ULong tag_;
-
};
#if defined (__ACE_INLINE__)