summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-08-01 15:33:39 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-08-01 15:33:39 +0000
commit3b5ec50dfdf31154462d229c2c7f12f9a4bc2167 (patch)
treec7ac993963a0f8c25f55b7971aff720a6a10f382 /TAO
parent7f3b7d7c84edb7ea8a24863b6e35029d79108a3f (diff)
downloadATCD-3b5ec50dfdf31154462d229c2c7f12f9a4bc2167.tar.gz
ChangeLogTag: Sun Aug 1 15:27:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO')
-rw-r--r--TAO/ChangeLog21
-rw-r--r--TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_ClientCredentials.h4
-rw-r--r--TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_CredentialsAcquirer.h4
-rw-r--r--TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_CredentialsAcquirerFactory.h4
-rw-r--r--TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_OwnCredentials.h4
-rw-r--r--TAO/orbsvcs/orbsvcs/Security/SL3_CredentialsAcquirerFactory.h4
-rw-r--r--TAO/orbsvcs/orbsvcs/Security/SL3_CredentialsCurator.h4
-rw-r--r--TAO/orbsvcs/orbsvcs/Security/SL3_SecurityCurrent.h4
-rw-r--r--TAO/orbsvcs/orbsvcs/Security/SL3_SecurityCurrent_Impl.h2
9 files changed, 34 insertions, 17 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 72be8255c30..81c99a5fdd7 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,20 @@
+Sun Aug 1 15:27:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tao/Wait_Strategy.h:
+ * tao/Strategies/SCIOP_Transport.h:
+ * tao/Valuetype/AbstractBase.h:
+ Doxygen improvement
+
+ * tao/RTCORBA/RT_Invocation_Endpoint_Selectors.h:
+ Removed not needed forward declarations
+
+ * orbsvcs/examples/LoadBalancing/RPS_Monitor.cpp:
+ * orbsvcs/examples/Log/Basic/TLS_Client.cpp:
+ * orbsvcs/examples/Log/Event/Event_Supplier.cpp:
+ * orbsvcs/examples/Log/Notify/Notify_Supplier.cpp:
+ * orbsvcs/examples/Log/RTEvent/RTEvent_Supplier.cpp:
+ Fixed vc71 conversion warnings
+
Sun Aug 1 08:16:27 2004 J.T. Conklin <jtc@acorntoolworks.com>
* orbsvcs/orbsvcs/FtRtEvent.mpc:
@@ -22,7 +39,7 @@ Sun Aug 1 08:16:27 2004 J.T. Conklin <jtc@acorntoolworks.com>
Sun Aug 1 09:10:39 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* ChangeLogs/ChangeLog-04a:
-
+
Moved the contents to the new directory.
Sat Jul 31 11:14:00 2004 Ossama <ossama@dre.vanderbilt.edu>
@@ -32,4 +49,4 @@ Sat Jul 31 11:14:00 2004 Ossama <ossama@dre.vanderbilt.edu>
Local Variables:
add-log-time-format: current-time-string
End:
-
+
diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_ClientCredentials.h b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_ClientCredentials.h
index 79f74778de8..c4a1b7e7240 100644
--- a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_ClientCredentials.h
+++ b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_ClientCredentials.h
@@ -14,7 +14,7 @@
#ifndef TAO_SSLIOP_CLIENT_CREDENTIALS_H
#define TAO_SSLIOP_CLIENT_CREDENTIALS_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "orbsvcs/orbsvcs/SSLIOP/SSLIOP_Export.h"
@@ -137,6 +137,6 @@ namespace TAO
#pragma warning(pop)
#endif /* _MSC_VER */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_SSLIOP_CLIENT_CREDENTIALS_H */
diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_CredentialsAcquirer.h b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_CredentialsAcquirer.h
index 11ec8ff43e9..4a391c83497 100644
--- a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_CredentialsAcquirer.h
+++ b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_CredentialsAcquirer.h
@@ -14,7 +14,7 @@
#ifndef TAO_SSLIOP_CREDENTIALS_ACQUIRER_H
#define TAO_SSLIOP_CREDENTIALS_ACQUIRER_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "orbsvcs/orbsvcs/SSLIOP/SSLIOP_Export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -149,6 +149,6 @@ namespace TAO
#pragma warning(pop)
#endif /* _MSC_VER */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_SSLIOP_CREDENTIALS_ACQUIRER_H */
diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_CredentialsAcquirerFactory.h b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_CredentialsAcquirerFactory.h
index a8cbe17ec27..791dcde0da5 100644
--- a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_CredentialsAcquirerFactory.h
+++ b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_CredentialsAcquirerFactory.h
@@ -14,7 +14,7 @@
#ifndef TAO_SSLIOP_CREDENTIALS_ACQUIRER_FACTORY_H
#define TAO_SSLIOP_CREDENTIALS_ACQUIRER_FACTORY_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "orbsvcs/orbsvcs/SSLIOP/SSLIOP_Export.h"
@@ -57,6 +57,6 @@ namespace TAO
} // End TAO namespace
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_SSLIOP_CREDENTIALS_ACQUIRER_FACTORY_H */
diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_OwnCredentials.h b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_OwnCredentials.h
index bdce35e81cf..c973e328066 100644
--- a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_OwnCredentials.h
+++ b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_OwnCredentials.h
@@ -14,7 +14,7 @@
#ifndef TAO_SSLIOP_OWN_CREDENTIALS_H
#define TAO_SSLIOP_OWN_CREDENTIALS_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "SSLIOP_Export.h"
@@ -112,6 +112,6 @@ namespace TAO
#pragma warning(pop)
#endif /* _MSC_VER */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_SSLIOP_OWN_CREDENTIALS_H */
diff --git a/TAO/orbsvcs/orbsvcs/Security/SL3_CredentialsAcquirerFactory.h b/TAO/orbsvcs/orbsvcs/Security/SL3_CredentialsAcquirerFactory.h
index 2d63dde1290..9c77db90c02 100644
--- a/TAO/orbsvcs/orbsvcs/Security/SL3_CredentialsAcquirerFactory.h
+++ b/TAO/orbsvcs/orbsvcs/Security/SL3_CredentialsAcquirerFactory.h
@@ -14,7 +14,7 @@
#ifndef TAO_SL3_CREDENTIALS_ACQUIRER_FACTORY_H
#define TAO_SL3_CREDENTIALS_ACQUIRER_FACTORY_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "orbsvcs/orbsvcs/Security/security_export.h"
@@ -60,6 +60,6 @@ namespace TAO
} // End TAO namespace
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_SL3_CREDENTIALS_ACQUIRER_FACTORY_H */
diff --git a/TAO/orbsvcs/orbsvcs/Security/SL3_CredentialsCurator.h b/TAO/orbsvcs/orbsvcs/Security/SL3_CredentialsCurator.h
index ce4f7172b8e..b6b95a2c21a 100644
--- a/TAO/orbsvcs/orbsvcs/Security/SL3_CredentialsCurator.h
+++ b/TAO/orbsvcs/orbsvcs/Security/SL3_CredentialsCurator.h
@@ -14,7 +14,7 @@
#ifndef TAO_SL3_CREDENTIALS_CURATOR_H
#define TAO_SL3_CREDENTIALS_CURATOR_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "orbsvcs/orbsvcs/Security/security_export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -166,6 +166,6 @@ namespace TAO
#pragma warning(pop)
#endif /* _MSC_VER */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_SL3_CREDENTIALS_CURATOR_H */
diff --git a/TAO/orbsvcs/orbsvcs/Security/SL3_SecurityCurrent.h b/TAO/orbsvcs/orbsvcs/Security/SL3_SecurityCurrent.h
index f8c7332396c..9c915f90d73 100644
--- a/TAO/orbsvcs/orbsvcs/Security/SL3_SecurityCurrent.h
+++ b/TAO/orbsvcs/orbsvcs/Security/SL3_SecurityCurrent.h
@@ -14,7 +14,7 @@
#ifndef TAO_SL3_SECURITY_CURRENT_H
#define TAO_SL3_SECURITY_CURRENT_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "orbsvcs/orbsvcs/Security/security_export.h"
@@ -147,6 +147,6 @@ namespace TAO
#pragma warning(pop)
#endif /* _MSC_VER */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_SL3_SECURITY_CURRENT_H */
diff --git a/TAO/orbsvcs/orbsvcs/Security/SL3_SecurityCurrent_Impl.h b/TAO/orbsvcs/orbsvcs/Security/SL3_SecurityCurrent_Impl.h
index 01862f6f390..fcaaa0f629c 100644
--- a/TAO/orbsvcs/orbsvcs/Security/SL3_SecurityCurrent_Impl.h
+++ b/TAO/orbsvcs/orbsvcs/Security/SL3_SecurityCurrent_Impl.h
@@ -2,7 +2,7 @@
// ===================================================================
/**
- * @file Security_Current_Impl.h
+ * @file SL3_SecurityCurrent_Impl.h
*
* $Id$
*