summaryrefslogtreecommitdiff
path: root/TAO/tao
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao')
-rw-r--r--TAO/tao/MCAST_Parser.cpp2
-rw-r--r--TAO/tao/ORB.cpp2
-rw-r--r--TAO/tao/default_ports.h (renamed from TAO/tao/reserved_ports.h)8
3 files changed, 6 insertions, 6 deletions
diff --git a/TAO/tao/MCAST_Parser.cpp b/TAO/tao/MCAST_Parser.cpp
index 4c33729a462..6ddeed7531a 100644
--- a/TAO/tao/MCAST_Parser.cpp
+++ b/TAO/tao/MCAST_Parser.cpp
@@ -1,7 +1,7 @@
// $Id$
#include "MCAST_Parser.h"
-#include "reserved_ports.h"
+#include "default_ports.h"
#include "tao/Object_Loader.h"
#include "tao/Object.h"
#include "tao/ORB.h"
diff --git a/TAO/tao/ORB.cpp b/TAO/tao/ORB.cpp
index 37f6cb60360..909c3e02a9f 100644
--- a/TAO/tao/ORB.cpp
+++ b/TAO/tao/ORB.cpp
@@ -23,7 +23,7 @@ ACE_RCSID (tao,
#include "CDR.h"
#include "MProfile.h"
#include "Profile.h"
-#include "reserved_ports.h"
+#include "default_ports.h"
#include "ORBInitInfo.h"
#include "ORBInitializer_Registry.h"
diff --git a/TAO/tao/reserved_ports.h b/TAO/tao/default_ports.h
index 9dcc7248f3c..bc4a18368d9 100644
--- a/TAO/tao/reserved_ports.h
+++ b/TAO/tao/default_ports.h
@@ -2,7 +2,7 @@
//=============================================================================
/**
- * @file reserved_ports.h
+ * @file default_ports.h
*
* $Id$
*
@@ -14,8 +14,8 @@
*/
//=============================================================================
-#ifndef TAO_RESERVED_PORTS_H
-#define TAO_RESERVED_PORTS_H
+#ifndef TAO_DEFAULT_PORTS_H
+#define TAO_DEFAULT_PORTS_H
#include "ace/pre.h"
#include "ace/config-all.h"
@@ -74,4 +74,4 @@
#endif /* TAO_DEFAULT_INTERFACEREPO_SERVER_REPLY_PORT */
#include "ace/post.h"
-#endif /*TAO_RESERVED_PORTS_H*/
+#endif /*TAO_DEFAULT_PORTS_H*/