summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-01-18 12:12:44 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-01-18 12:12:44 +0000
commitccf6625f6c9dbffd1f9820e4a5f86ea71749a0b7 (patch)
treef2c9d98cc099b86ba56f0caec0c87af4697adb56
parentc92a0f55d55c540624fde63f7770e11f984eb319 (diff)
downloadATCD-ccf6625f6c9dbffd1f9820e4a5f86ea71749a0b7.tar.gz
added some comments for Jai
-rw-r--r--TAO/tao/IOP_IOR.pidl2
-rw-r--r--TAO/tao/PortableServer/POA.pidl1
-rw-r--r--TAO/tao/TAO_Network_Priority_Policy.pidl1
3 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/IOP_IOR.pidl b/TAO/tao/IOP_IOR.pidl
index 3ecf2e6744f..39d19b8c4ed 100644
--- a/TAO/tao/IOP_IOR.pidl
+++ b/TAO/tao/IOP_IOR.pidl
@@ -102,6 +102,8 @@ module IOP
const ComponentId TAG_FT_HEARTBEAT_ENABLED = 29;
const ServiceId FT_GROUP_VERSION = 12;
const ServiceId FT_REQUEST = 13;
+
+ /// @todo Jai, shit number should also change
const ServiceId REP_NWPRIORITY = 14;
// The following are defined in 03-01-11
diff --git a/TAO/tao/PortableServer/POA.pidl b/TAO/tao/PortableServer/POA.pidl
index 328d8148b13..496bf9546a9 100644
--- a/TAO/tao/PortableServer/POA.pidl
+++ b/TAO/tao/PortableServer/POA.pidl
@@ -78,6 +78,7 @@ module PortableServer
const CORBA::PolicyType IMPLICIT_ACTIVATION_POLICY_ID = 20;
const CORBA::PolicyType SERVANT_RETENTION_POLICY_ID = 21;
const CORBA::PolicyType REQUEST_PROCESSING_POLICY_ID = 22;
+ /// @todo Jai, this shouldn't be here and also the number should be something like 0x54410002
const CORBA::PolicyType NETWORK_PRIORITY_POLICY_ID = 23;
# endif
diff --git a/TAO/tao/TAO_Network_Priority_Policy.pidl b/TAO/tao/TAO_Network_Priority_Policy.pidl
index d87fc395027..9190cee1e3d 100644
--- a/TAO/tao/TAO_Network_Priority_Policy.pidl
+++ b/TAO/tao/TAO_Network_Priority_Policy.pidl
@@ -48,6 +48,7 @@ module TAO
const CORBA::PolicyType CLIENT_NETWORK_PRIORITY_TYPE = 86;
const CORBA::PolicyType NETWORK_PRIORITY_TYPE = 87;
+ /// @todo Jai, can't we just have 3 attributes, 2 read-write, one readonly? Then all the methods can get removed
local interface NetworkPriorityPolicy : CORBA::Policy
{
void set_network_priority_model (in NetworkPriorityModel npm);