diff options
author | pradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-06-30 15:55:54 +0000 |
---|---|---|
committer | pradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-06-30 15:55:54 +0000 |
commit | 166f1c81234835cd605f46530bd121e2fc8415dd (patch) | |
tree | 9185baf73260a4205a4265cf034de08f56e6c601 | |
parent | 9f493b463618cde4cc9d79d3bd0d8d16063fdb94 (diff) | |
download | ATCD-166f1c81234835cd605f46530bd121e2fc8415dd.tar.gz |
ChangeLog: Mon Jun 30 11:52:22 2003 Pradeep Gore <pradeep@oomworks.com>
-rw-r--r-- | TAO/ChangeLog | 11 | ||||
-rw-r--r-- | TAO/orbsvcs/examples/Notify/Lanes/Consumer.cpp | 4 | ||||
-rw-r--r-- | TAO/orbsvcs/examples/Notify/Lanes/Consumer_Client.cpp | 4 | ||||
-rw-r--r-- | TAO/orbsvcs/examples/Notify/Lanes/ORB_Objects.cpp | 4 | ||||
-rw-r--r-- | TAO/orbsvcs/examples/Notify/Lanes/ORB_Run_Task.cpp | 4 | ||||
-rw-r--r-- | TAO/orbsvcs/examples/Notify/Lanes/Supplier.cpp | 4 | ||||
-rw-r--r-- | TAO/orbsvcs/examples/Notify/Lanes/Supplier_Client.cpp | 4 |
7 files changed, 11 insertions, 24 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog index 24b7d202cfd..c8fc018d292 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,14 @@ +Mon Jun 30 11:52:22 2003 Pradeep Gore <pradeep@oomworks.com> + + * orbsvcs\examples\Notify\Lanes\Consumer.cpp: + * orbsvcs\examples\Notify\Lanes\Consumer_Client.cpp: + * orbsvcs\examples\Notify\Lanes\ORB_Objects.cpp: + * orbsvcs\examples\Notify\Lanes\ORB_Run_Task.cpp: + * orbsvcs\examples\Notify\Lanes\Supplier.cpp: + * orbsvcs\examples\Notify\Lanes\Supplier_Client.cpp: + + Removed references to .inl files. + Mon Jun 30 09:33:31 2003 Gan Deng <gan.deng@vanderbilt.edu> * performance-tests/Sequence_Latency/Deferred/client.bor diff --git a/TAO/orbsvcs/examples/Notify/Lanes/Consumer.cpp b/TAO/orbsvcs/examples/Notify/Lanes/Consumer.cpp index 6d6bef2ae1d..00ec0a92488 100644 --- a/TAO/orbsvcs/examples/Notify/Lanes/Consumer.cpp +++ b/TAO/orbsvcs/examples/Notify/Lanes/Consumer.cpp @@ -2,10 +2,6 @@ #include "Consumer.h" -#if ! defined (__ACE_INLINE__) -#include "Consumer.inl" -#endif /* __ACE_INLINE__ */ - ACE_RCSID(Notify, TAO_NS_Consumer, "$id$") TAO_NS_Consumer::TAO_NS_Consumer (TAO_NS_ORB_Objects& orb_objects) diff --git a/TAO/orbsvcs/examples/Notify/Lanes/Consumer_Client.cpp b/TAO/orbsvcs/examples/Notify/Lanes/Consumer_Client.cpp index 5151afa5a20..800c56bd755 100644 --- a/TAO/orbsvcs/examples/Notify/Lanes/Consumer_Client.cpp +++ b/TAO/orbsvcs/examples/Notify/Lanes/Consumer_Client.cpp @@ -9,10 +9,6 @@ #include "tao/ORB_Core.h" #include "ace/Sched_Params.h" -#if ! defined (__ACE_INLINE__) -#include "Consumer_Client.inl" -#endif /* __ACE_INLINE__ */ - ACE_RCSID(Notify, TAO_NS_Consumer_Client, "$id$") TAO_NS_Consumer_Client::TAO_NS_Consumer_Client (TAO_NS_ORB_Objects& orb_objects) diff --git a/TAO/orbsvcs/examples/Notify/Lanes/ORB_Objects.cpp b/TAO/orbsvcs/examples/Notify/Lanes/ORB_Objects.cpp index d34178ae362..860d6097f94 100644 --- a/TAO/orbsvcs/examples/Notify/Lanes/ORB_Objects.cpp +++ b/TAO/orbsvcs/examples/Notify/Lanes/ORB_Objects.cpp @@ -2,10 +2,6 @@ #include "ORB_Objects.h" -#if ! defined (__ACE_INLINE__) -#include "ORB_Objects.inl" -#endif /* __ACE_INLINE__ */ - ACE_RCSID(Notify, TAO_NS_ORB_Objects, "$id$") TAO_NS_ORB_Objects::TAO_NS_ORB_Objects (void) diff --git a/TAO/orbsvcs/examples/Notify/Lanes/ORB_Run_Task.cpp b/TAO/orbsvcs/examples/Notify/Lanes/ORB_Run_Task.cpp index 48f867726b4..1ee15b30fcb 100644 --- a/TAO/orbsvcs/examples/Notify/Lanes/ORB_Run_Task.cpp +++ b/TAO/orbsvcs/examples/Notify/Lanes/ORB_Run_Task.cpp @@ -2,10 +2,6 @@ #include "ORB_Run_Task.h" -#if ! defined (__ACE_INLINE__) -#include "ORB_Run_Task.inl" -#endif /* __ACE_INLINE__ */ - ACE_RCSID(Notify, TAO_NS_ORB_Run_Task, "$id$") TAO_NS_ORB_Run_Task::TAO_NS_ORB_Run_Task (TAO_NS_ORB_Objects& orb_objects) diff --git a/TAO/orbsvcs/examples/Notify/Lanes/Supplier.cpp b/TAO/orbsvcs/examples/Notify/Lanes/Supplier.cpp index aed28f989dc..af5c8cd69c5 100644 --- a/TAO/orbsvcs/examples/Notify/Lanes/Supplier.cpp +++ b/TAO/orbsvcs/examples/Notify/Lanes/Supplier.cpp @@ -2,10 +2,6 @@ #include "Supplier.h" -#if ! defined (__ACE_INLINE__) -#include "Supplier.inl" -#endif /* __ACE_INLINE__ */ - ACE_RCSID(Notify, TAO_NS_Supplier, "$id$") #include "tao/ORB_Core.h" diff --git a/TAO/orbsvcs/examples/Notify/Lanes/Supplier_Client.cpp b/TAO/orbsvcs/examples/Notify/Lanes/Supplier_Client.cpp index 9866e686ce5..8efe70a0d86 100644 --- a/TAO/orbsvcs/examples/Notify/Lanes/Supplier_Client.cpp +++ b/TAO/orbsvcs/examples/Notify/Lanes/Supplier_Client.cpp @@ -10,10 +10,6 @@ #include "orbsvcs/orbsvcs/NotifyExtC.h" #include "orbsvcs/orbsvcs/CosNamingC.h" -#if ! defined (__ACE_INLINE__) -#include "Supplier_Client.inl" -#endif /* __ACE_INLINE__ */ - ACE_RCSID(Notify, TAO_NS_Supplier_Client, "$id$") TAO_NS_Supplier_Client::TAO_NS_Supplier_Client (TAO_NS_ORB_Objects& orb_objects) |