summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Logger.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Logger.idl')
-rw-r--r--TAO/orbsvcs/orbsvcs/Logger.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Logger.idl b/TAO/orbsvcs/orbsvcs/Logger.idl
index 7feaeafcfb6..c6c10f13e65 100644
--- a/TAO/orbsvcs/orbsvcs/Logger.idl
+++ b/TAO/orbsvcs/orbsvcs/Logger.idl
@@ -1,8 +1,5 @@
// $Id$
-#ifndef TAO_LOGGER_IDL
-#define TAO_LOGGER_IDL
-
// TAO_MAXLOGMSGLEN must be the same size as ACE_MAXLOGMSGLEN.
#if !defined TAO_MAXLOGMSGLEN
#define TAO_MAXLOGMSGLEN 4 * 1024
@@ -115,5 +112,3 @@ interface Logger_Factory
// Returns a new <Logger> instance if <name> is unique, or retuns a
// previously created instance of that name
};
-
-#endif /* TAO_LOGGER_IDL */