summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-01-24 14:36:41 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2019-01-24 14:36:41 +0100
commitd893aeca9d82ea9aad38fb3a8640282e44ecf9ae (patch)
tree512d680de303b63f41c1feec6a95cbb8c67e986d /TAO/orbsvcs
parent1ff33931b6ee2fada599620dc747c4af95684d0b (diff)
downloadATCD-d893aeca9d82ea9aad38fb3a8640282e44ecf9ae.tar.gz
Updated some links to the OMG website
Diffstat (limited to 'TAO/orbsvcs')
-rw-r--r--TAO/orbsvcs/orbsvcs/CosNotifyChannelAdmin.idl2
-rw-r--r--TAO/orbsvcs/orbsvcs/CosNotifyComm.idl2
-rw-r--r--TAO/orbsvcs/orbsvcs/CosNotifyFilter.idl2
-rw-r--r--TAO/orbsvcs/orbsvcs/CosTypedEventChannelAdmin.idl2
-rw-r--r--TAO/orbsvcs/orbsvcs/CosTypedEventComm.idl4
5 files changed, 5 insertions, 7 deletions
diff --git a/TAO/orbsvcs/orbsvcs/CosNotifyChannelAdmin.idl b/TAO/orbsvcs/orbsvcs/CosNotifyChannelAdmin.idl
index 83eeb13879e..f21ea9cc02a 100644
--- a/TAO/orbsvcs/orbsvcs/CosNotifyChannelAdmin.idl
+++ b/TAO/orbsvcs/orbsvcs/CosNotifyChannelAdmin.idl
@@ -6,7 +6,7 @@
* This module is taken from the standard CORBA Notification Service
* 1.0, as described in:
*
- * http://www.omg.org/technology/documents/formal/notification_service.htm
+ * https://www.omg.org/spec/NOT
*
* In particular the following two documents were used:
* formal/2000-06-20
diff --git a/TAO/orbsvcs/orbsvcs/CosNotifyComm.idl b/TAO/orbsvcs/orbsvcs/CosNotifyComm.idl
index af3ae9a407e..01d0a911c93 100644
--- a/TAO/orbsvcs/orbsvcs/CosNotifyComm.idl
+++ b/TAO/orbsvcs/orbsvcs/CosNotifyComm.idl
@@ -6,7 +6,7 @@
* This module is taken from the standard CORBA Notification Service
* 1.0, as described in:
*
- * http://www.omg.org/technology/documents/formal/notification_service.htm
+ * https://www.omg.org/spec/NOT
*
* In particular the following two documents were used:
* formal/2000-06-20
diff --git a/TAO/orbsvcs/orbsvcs/CosNotifyFilter.idl b/TAO/orbsvcs/orbsvcs/CosNotifyFilter.idl
index 71a4d2f4cdf..d76ea651e9c 100644
--- a/TAO/orbsvcs/orbsvcs/CosNotifyFilter.idl
+++ b/TAO/orbsvcs/orbsvcs/CosNotifyFilter.idl
@@ -6,7 +6,7 @@
* This module is taken from the standard CORBA Notification Service
* 1.0, as described in:
*
- * http://www.omg.org/technology/documents/formal/notification_service.htm
+ * https://www.omg.org/spec/NOT
*
* In particular the following two documents were used:
* formal/2000-06-20
diff --git a/TAO/orbsvcs/orbsvcs/CosTypedEventChannelAdmin.idl b/TAO/orbsvcs/orbsvcs/CosTypedEventChannelAdmin.idl
index 75f294c6e46..527986354aa 100644
--- a/TAO/orbsvcs/orbsvcs/CosTypedEventChannelAdmin.idl
+++ b/TAO/orbsvcs/orbsvcs/CosTypedEventChannelAdmin.idl
@@ -4,7 +4,7 @@
* @file CosTypedEventChannelAdmin.idl
*
* @brief Part of the Event Service
-* See http://www.omg.org/docs/formal/01-03-01.pdf
+* See https://www.omg.org/spec/EVNT
*/
//=============================================================================
diff --git a/TAO/orbsvcs/orbsvcs/CosTypedEventComm.idl b/TAO/orbsvcs/orbsvcs/CosTypedEventComm.idl
index d98924e96d3..9cf234d6993 100644
--- a/TAO/orbsvcs/orbsvcs/CosTypedEventComm.idl
+++ b/TAO/orbsvcs/orbsvcs/CosTypedEventComm.idl
@@ -4,7 +4,7 @@
* @file CosTypedEventComm.idl
*
* @brief Part of the Event Service
-* See http://www.omg.org/docs/formal/01-03-01.pdf
+* See https://www.omg.org/spec/EVNT
*/
//=============================================================================
@@ -16,7 +16,6 @@
#pragma prefix "omg.org"
module CosTypedEventComm {
-
interface TypedPushConsumer : CosEventComm::PushConsumer {
Object get_typed_consumer();
};
@@ -24,7 +23,6 @@ module CosTypedEventComm {
interface TypedPullSupplier : CosEventComm::PullSupplier {
Object get_typed_supplier();
};
-
};
#endif // _COS_TYPED_EVENT_COMM_IDL