summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-02-12 17:04:19 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-02-12 17:04:19 +0000
commitfd642e5410e61d56ab56d69e2419919ccb48ded9 (patch)
tree6a50170f7121257ca9a8a0a626f6a247d7bd9264
parent7f33d63e4b9b37c4b7a74a2bf829d7db2ab76f3a (diff)
downloadATCD-fd642e5410e61d56ab56d69e2419919ccb48ded9.tar.gz
ChangeLogTag: Wed Feb 12 12:14:13 2003 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
-rw-r--r--TAO/ChangeLog4
-rw-r--r--TAO/utils/catior/catior.cpp2
2 files changed, 6 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 27db2e32e45..f1618ed9cd6 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,7 @@
+Wed Feb 12 12:14:13 2003 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
+
+ * utils/catior/catior.cpp: Fixed a warning in g++ builds.
+
Wed Feb 12 00:45:04 UTC 2003 Craig Rodrigues <crodrigu@bbn.com>
* tao/MCAST_Paser.cpp: Add improved diagnostic message when
diff --git a/TAO/utils/catior/catior.cpp b/TAO/utils/catior/catior.cpp
index 4759ea9ef6d..0e1a2ac3a16 100644
--- a/TAO/utils/catior/catior.cpp
+++ b/TAO/utils/catior/catior.cpp
@@ -1037,6 +1037,7 @@ cat_uiop_profile (TAO_InputCDR& stream)
return 1;
}
+#if 0
static CORBA::Boolean
cat_sciop_profile (TAO_InputCDR& stream)
{
@@ -1127,3 +1128,4 @@ cat_sciop_profile (TAO_InputCDR& stream)
return 1;
}
+#endif /*if 0*/