summaryrefslogtreecommitdiff
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
parent1ff33931b6ee2fada599620dc747c4af95684d0b (diff)
downloadATCD-d893aeca9d82ea9aad38fb3a8640282e44ecf9ae.tar.gz
Updated some links to the OMG website
-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
-rw-r--r--TAO/tests/RTCORBA/README2
6 files changed, 6 insertions, 8 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
diff --git a/TAO/tests/RTCORBA/README b/TAO/tests/RTCORBA/README
index f72b4471da1..dc496d58cab 100644
--- a/TAO/tests/RTCORBA/README
+++ b/TAO/tests/RTCORBA/README
@@ -4,7 +4,7 @@ This directory houses a collection of tests which exercise TAO support
for features defined in the RT-CORBA specification. Tests which exercise
TAO-specific RT features can be found in $TAO_ROOT/performance-tests/RTCorba.
OMG Real-time CORBA specification is available at:
-http://www.omg.org/cgi-bin/doc?ptc/99-05-03 (or check the OMG website
+https://www.omg.org/spec/RT (or check the OMG website
for a more recent version).
More information on TAO's implementation of RT-CORBA 1.0 specification