diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-07-14 19:07:58 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-07-14 19:07:58 +0000 |
commit | f29929e5d9ba173f07fa6577d6ee52f1ce43190a (patch) | |
tree | c68dfce99dd2579130f9c46605cb3dcf07b46399 /TAO/orbsvcs/tests/Event | |
parent | 5a1bd869f9e2b60ecbe8861c60935efd4d5fca11 (diff) | |
download | ATCD-f29929e5d9ba173f07fa6577d6ee52f1ce43190a.tar.gz |
ChangeLogTag: Mon Jul 14 18:50:52 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/tests/Event')
-rw-r--r-- | TAO/orbsvcs/tests/Event/Basic/Gateway.cpp | 2 | ||||
-rw-r--r-- | TAO/orbsvcs/tests/Event/Basic/Observer.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/Event/Basic/Gateway.cpp b/TAO/orbsvcs/tests/Event/Basic/Gateway.cpp index 527d1c124e2..25823fbe628 100644 --- a/TAO/orbsvcs/tests/Event/Basic/Gateway.cpp +++ b/TAO/orbsvcs/tests/Event/Basic/Gateway.cpp @@ -6,7 +6,7 @@ #include "orbsvcs/Event_Utilities.h" #include "orbsvcs/Event/EC_Event_Channel.h" #include "orbsvcs/Event/EC_Default_Factory.h" -#include "orbsvcs/Event/EC_Gateway.h" +#include "orbsvcs/Event/EC_Gateway_IIOP.h" ACE_RCSID(EC_Tests, Gateway, "$Id$") diff --git a/TAO/orbsvcs/tests/Event/Basic/Observer.h b/TAO/orbsvcs/tests/Event/Basic/Observer.h index 7c562cfab60..4ff6fd35604 100644 --- a/TAO/orbsvcs/tests/Event/Basic/Observer.h +++ b/TAO/orbsvcs/tests/Event/Basic/Observer.h @@ -18,7 +18,7 @@ #define EC_OBSERVER_H #include "Driver.h" -#include "orbsvcs/Event/EC_Gateway.h" +#include "orbsvcs/Event/EC_Gateway_IIOP.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once |