summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/IFRService/Repository_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/IFRService/Repository_i.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/IFRService/Repository_i.h15
1 files changed, 5 insertions, 10 deletions
diff --git a/TAO/orbsvcs/orbsvcs/IFRService/Repository_i.h b/TAO/orbsvcs/orbsvcs/IFRService/Repository_i.h
index 06cbfdc2360..4df8834e7fb 100644
--- a/TAO/orbsvcs/orbsvcs/IFRService/Repository_i.h
+++ b/TAO/orbsvcs/orbsvcs/IFRService/Repository_i.h
@@ -1,5 +1,4 @@
-// -*- C++ -*-
-
+/* -*- C++ -*- */
// $Id$
// ============================================================================
@@ -21,8 +20,8 @@
#ifndef REPOSITORY_I_H
#define REPOSITORY_I_H
-#include "orbsvcs/IFRService/Container_i.h"
-#include "orbsvcs/IFRService/ifr_service_export.h"
+#include "Container_i.h"
+#include "ifr_service_export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
@@ -33,12 +32,10 @@
#pragma warning(disable:4250)
#endif /* _MSC_VER */
-#include "orbsvcs/IFRService/IFR_macro.h"
+#include "IFR_macro.h"
#include "tao/TypeCodeFactory/TypeCodeFactory_Loader.h"
#include "tao/CORBA_String.h"
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
class IFR_Servant_Factory;
class TAO_IDLType_i;
@@ -365,7 +362,7 @@ protected:
#undef GEN_IR_OBJECT
private:
- static const char * TAO_IFR_primitive_kinds[];
+ static const char *TAO_IFR_primitive_kinds[];
// Set of strings corresponding to the CORBA::PrimitiveKind
// enum values.
@@ -377,8 +374,6 @@ private:
};
-TAO_END_VERSIONED_NAMESPACE_DECL
-
#if defined(_MSC_VER)
#pragma warning(pop)
#endif /* _MSC_VER */