summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Log/EventLogNotification.cpp
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-02-04 20:20:27 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-02-04 20:20:27 +0000
commit7eec5e155093947d03c7dc74890c913324d6cc74 (patch)
treec76428cd75cef4d8a412be96af1accf5cdab557f /TAO/orbsvcs/orbsvcs/Log/EventLogNotification.cpp
parentbd0ec6d0d541c8fa1c7579848f3b1fbc323af8b2 (diff)
downloadATCD-7eec5e155093947d03c7dc74890c913324d6cc74.tar.gz
ChangeLogTag: Wed Feb 4 14:18:04 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Log/EventLogNotification.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Log/EventLogNotification.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Log/EventLogNotification.cpp b/TAO/orbsvcs/orbsvcs/Log/EventLogNotification.cpp
index 1861943b1d0..9dfb1fa5c5a 100644
--- a/TAO/orbsvcs/orbsvcs/Log/EventLogNotification.cpp
+++ b/TAO/orbsvcs/orbsvcs/Log/EventLogNotification.cpp
@@ -1,13 +1,12 @@
-#include "orbsvcs/Log/LogNotification.h"
-#include "orbsvcs/Log/EventLogNotification.h"
-#include "orbsvcs/Time_Utilities.h"
+#include "orbsvcs/orbsvcs/Log/LogNotification.h"
+#include "orbsvcs/orbsvcs/Log/EventLogNotification.h"
+#include "orbsvcs/orbsvcs/Time_Utilities.h"
#include "tao/debug.h"
ACE_RCSID (Log,
EventLogNotification,
"$Id$")
-
TAO_EventLogNotification::TAO_EventLogNotification (CosEventChannelAdmin::EventChannel_ptr ec)
: TAO_LogNotification (), event_channel_ (CosEventChannelAdmin::EventChannel::_duplicate (ec))
{