From 7bef7f56224e466006c7cb9f0b6f0f2565e2e938 Mon Sep 17 00:00:00 2001 From: schmidt Date: Sat, 17 Oct 1998 02:24:56 +0000 Subject: . --- TAO/tao/Servant_Base.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'TAO/tao/Servant_Base.h') 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 */ -- cgit v1.2.1