summaryrefslogtreecommitdiff
path: root/TAO/tao/Servant_Base.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-10-17 02:24:56 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-10-17 02:24:56 +0000
commit7bef7f56224e466006c7cb9f0b6f0f2565e2e938 (patch)
tree4e1f63d17b16081547f32121a4840809c028da8c /TAO/tao/Servant_Base.h
parent21cae08a61c6eed52111fc563786b77f630e6305 (diff)
downloadATCD-7bef7f56224e466006c7cb9f0b6f0f2565e2e938.tar.gz
.
Diffstat (limited to 'TAO/tao/Servant_Base.h')
-rw-r--r--TAO/tao/Servant_Base.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/Servant_Base.h b/TAO/tao/Servant_Base.h
index c47c92113c8..30e0dbc489e 100644
--- a/TAO/tao/Servant_Base.h
+++ b/TAO/tao/Servant_Base.h
@@ -14,8 +14,8 @@
//
// ============================================================================
-#if !defined (SERVANT_BASE_H)
-#define SERVANT_BASE_H
+#ifndef TAO_SERVANT_BASE_H
+#define TAO_SERVANT_BASE_H
class TAO_Export TAO_ServantBase
{
@@ -135,4 +135,4 @@ protected:
// Turns around and calls invoke.
};
-#endif /* SERVANT_BASE_H */
+#endif /* TAO_SERVANT_BASE_H */