summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2007-06-27 03:25:02 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2007-06-27 03:25:02 +0000
commit7325b4c606b929000773904f960a80252e4e28c5 (patch)
tree176845e0fe026e9d28c4e51c9b28a5a8b74a1c4e
parenta5e60a7b3635aefe28864f88ab5e8a5d2294c7a5 (diff)
downloadATCD-7325b4c606b929000773904f960a80252e4e28c5.tar.gz
Wed Jun 27 03:23:14 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>
-rw-r--r--TAO/ChangeLog11
-rw-r--r--TAO/orbsvcs/Naming_Service/Naming_Service.h4
2 files changed, 11 insertions, 4 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 7057b8b6e8e..ebb67f1bbb2 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,6 +1,13 @@
+Wed Jun 27 03:23:14 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>
+
+ * orbsvcs/Naming_Service/Naming_Service.h:
+ The documentation says that this class uses the TAO_ORB_Manager,
+ yet TAO_ORB_Manager has been removed for a long while now. Update
+ the class documentation to remove references to TAO_ORB_Manager.
+
Mon Jun 25 11:34:36 CDT 2007 Ciju John <johnc@ociweb.com>
- * TAO version 1.5.9 released.
+ * TAO version 1.5.9 released.
Mon Jun 25 16:11:55 UTC 2007 Ciju John <johnc at ociweb dot com>
@@ -16,7 +23,7 @@ Fri Jun 22 14:56:03 UTC 2007 Ciju John <johnc at ociweb dot com>
* PROBLEM-REPORT-FORM:
* VERSION:
* tao/Version.h:
- Revert to x.5.8 status.
+ Revert to x.5.8 status.
Tue Jun 19 15:37:16 UTC 2007 Ciju John <johnc at ociweb dot com>
diff --git a/TAO/orbsvcs/Naming_Service/Naming_Service.h b/TAO/orbsvcs/Naming_Service/Naming_Service.h
index de82fd02b4c..c4fe070a996 100644
--- a/TAO/orbsvcs/Naming_Service/Naming_Service.h
+++ b/TAO/orbsvcs/Naming_Service/Naming_Service.h
@@ -29,8 +29,8 @@ class TAO_Naming_Service
// COS Naming Service.
//
// = DESCRIPTION
- // This class makes use of the <TAO_Naming_Server> and
- // <TAO_ORB_Manager> class to implement the COS Naming Service.
+ // This class makes use of the <TAO_Naming_Server>
+ // to implement the COS Naming Service.
public:
TAO_Naming_Service (void);
// Default Constructor.