From 3b5ec50dfdf31154462d229c2c7f12f9a4bc2167 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Sun, 1 Aug 2004 15:33:39 +0000 Subject: ChangeLogTag: Sun Aug 1 15:27:12 UTC 2004 Johnny Willemsen --- TAO/ChangeLog | 21 +++++++++++++++++++-- .../orbsvcs/SSLIOP/SSLIOP_ClientCredentials.h | 4 ++-- .../orbsvcs/SSLIOP/SSLIOP_CredentialsAcquirer.h | 4 ++-- .../SSLIOP/SSLIOP_CredentialsAcquirerFactory.h | 4 ++-- TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_OwnCredentials.h | 4 ++-- .../Security/SL3_CredentialsAcquirerFactory.h | 4 ++-- .../orbsvcs/Security/SL3_CredentialsCurator.h | 4 ++-- TAO/orbsvcs/orbsvcs/Security/SL3_SecurityCurrent.h | 4 ++-- .../orbsvcs/Security/SL3_SecurityCurrent_Impl.h | 2 +- 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 + + * 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 * orbsvcs/orbsvcs/FtRtEvent.mpc: @@ -22,7 +39,7 @@ Sun Aug 1 08:16:27 2004 J.T. Conklin Sun Aug 1 09:10:39 2004 Balachandran Natarajan * ChangeLogs/ChangeLog-04a: - + Moved the contents to the new directory. Sat Jul 31 11:14:00 2004 Ossama @@ -32,4 +49,4 @@ Sat Jul 31 11:14:00 2004 Ossama 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$ * -- cgit v1.2.1