summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgmaxey <gmaxey@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-01-23 19:15:43 +0000
committergmaxey <gmaxey@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-01-23 19:15:43 +0000
commit13d7ab311d8ce7a00e284a5dd20321b66e69a08c (patch)
tree127e46521d10e9a967ef391830db9fd919959cee
parent7f9c32c833e99bc44f183fb3e1c1c00eddfd32ff (diff)
downloadATCD-13d7ab311d8ce7a00e284a5dd20321b66e69a08c.tar.gz
ChangeLogTag: Fri Jan 23 11:10:00 2004 Gary Maxey <gary.maxey@hp.com>
-rw-r--r--TAO/ChangeLog8
-rw-r--r--TAO/tao/ORB_Constants.h6
2 files changed, 14 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index b03efd93e4a..5850507a2eb 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,11 @@
+Fri Jan 23 11:10:00 2004 Gary Maxey <gary.maxey@hp.com>
+
+ * tao/ORB_Constants.h
+
+ Fix for BUGID 1723
+
+ Added two new profile Ids
+
Fri Jan 23 11:43:25 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
* tao/Fixed_Array_Argument_T.cpp:
diff --git a/TAO/tao/ORB_Constants.h b/TAO/tao/ORB_Constants.h
index 7d4ba2b909f..2b992221904 100644
--- a/TAO/tao/ORB_Constants.h
+++ b/TAO/tao/ORB_Constants.h
@@ -87,6 +87,12 @@ const CORBA::ULong TAO_TAG_UIPMC_PROFILE = 0x54414f0CU;
/// SCIOP
const CORBA::ULong TAO_TAG_SCIOP_PROFILE = 0x54414f0EU;
+/// Tandem (HP) File System Protocol
+const CORBA::ULong TAO_TAG_NSKFS_PROFILE = 0x00003039U;
+
+/// Tandem (HP) Pathsend Protocol
+const CORBA::ULong TAO_TAG_NSKPW_PROFILE = 0x0000303AU;
+
/**
* @name Minor Code Encoding
*