summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Fault_Notifier/FT_Notifier_i.cpp
diff options
context:
space:
mode:
authorwilson_d <wilson_d@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-12-22 19:41:19 +0000
committerwilson_d <wilson_d@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-12-22 19:41:19 +0000
commit29ca2464870021c4251fc2a88131c430d6f006bc (patch)
tree974128f232e82d035b14345539105498fde78bec /TAO/orbsvcs/Fault_Notifier/FT_Notifier_i.cpp
parent7c36612b65746a352a27ee11a141742b129d2d62 (diff)
downloadATCD-29ca2464870021c4251fc2a88131c430d6f006bc.tar.gz
ChangeLogTag: Mon Dec 22 12:05:26 2003 Dale Wilson <wilson_d@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/Fault_Notifier/FT_Notifier_i.cpp')
-rw-r--r--TAO/orbsvcs/Fault_Notifier/FT_Notifier_i.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/TAO/orbsvcs/Fault_Notifier/FT_Notifier_i.cpp b/TAO/orbsvcs/Fault_Notifier/FT_Notifier_i.cpp
index f561ca45bc9..0678165a56f 100644
--- a/TAO/orbsvcs/Fault_Notifier/FT_Notifier_i.cpp
+++ b/TAO/orbsvcs/Fault_Notifier/FT_Notifier_i.cpp
@@ -1,7 +1,7 @@
// -*- C++ -*-
//=============================================================================
/**
- * @file FT_FaultNotifier_i.cpp
+ * @file FT_Notifier_i.cpp
*
* $Id$
*
@@ -13,7 +13,10 @@
#include "FT_Notifier_i.h"
-#include "ace/Get_Opt.h"
+#include <ace/Get_Opt.h>
+#include <ace/OS_NS_stdio.h>
+#include <tao/debug.h>
+
// Use this macro at the beginning of CORBA methods
// to aid in debugging.
#define METHOD_ENTRY(name) \