summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2011-10-27 12:15:41 +0000
committersma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2011-10-27 12:15:41 +0000
commit247920461c5450eebf34d2f8ee20ef2bf248f659 (patch)
treee8d6338f0ea776628e7854c43b58d41be3223b5d
parent40988af8a35ee25a9e278147edf3a516cf7f217c (diff)
downloadATCD-247920461c5450eebf34d2f8ee20ef2bf248f659.tar.gz
ChangeLogTag: Thu Oct 27 12:13:40 UTC 2011 Simon Massey <sma at prismtech dot com>
* tao/PI_Server/PI_Server_include.pidl: Was duplicating the tao/PortableServer/PortableServer_include.pidl #define guard name.
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/tao/PI_Server/PI_Server_include.pidl6
2 files changed, 9 insertions, 3 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 6a2766af046..c94b39623d1 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Thu Oct 27 12:13:40 UTC 2011 Simon Massey <sma at prismtech dot com>
+
+ * tao/PI_Server/PI_Server_include.pidl:
+ Was duplicating the tao/PortableServer/PortableServer_include.pidl
+ #define guard name.
+
Tue Oct 25 08:10:00 UTC 2011 Marijke Hengstmengel <mhengstmengel@remedy.nl>
* tests/POA/On_Demand_Act_Direct_Coll/Client_Task.cpp:
diff --git a/TAO/tao/PI_Server/PI_Server_include.pidl b/TAO/tao/PI_Server/PI_Server_include.pidl
index 3dcf73ad27a..f2647f27f85 100644
--- a/TAO/tao/PI_Server/PI_Server_include.pidl
+++ b/TAO/tao/PI_Server/PI_Server_include.pidl
@@ -6,8 +6,8 @@
* @brief Include file for use in applications that need PI_Server.pidl.
*/
-#ifndef _PORTABLESERVER_INCLUDE_IDL_
-#define _PORTABLESERVER_INCLUDE_IDL_
+#ifndef _PI_SERVER_INCLUDE_IDL_
+#define _PI_SERVER_INCLUDE_IDL_
// This pragma is here to make the Visual Age preprocessor generate #line
// output for this file before the files it includes.
@@ -16,4 +16,4 @@
///FUZZ: disable check_for_include/
#include "tao/PI_Server/ServerRequestInterceptor.pidl"
-#endif /* _PORTABLESERVER_INCLUDE_IDL_ */
+#endif /* _PI_SERVER_INCLUDE_IDL_ */