summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
Diffstat (limited to 'TAO')
-rw-r--r--TAO/ChangeLog5
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Peer_T.cpp2
2 files changed, 6 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 9ee198c664f..40e5ed83f56 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,8 @@
+Sat Oct 18 08:52:15 2003 Venkita Subramonian <venkita@cs.wustl.edu>
+
+ * orbsvcs/tests/Notify/lib/Peer_T.cpp: Fixed compile error for
+ minimumcorba build.
+
Fri Oct 17 21:09:30 2003 Huang-Ming Huang <hh1@cse.wustl.edu>
* orbsvcs/FTRT_Event_Service/Readme
diff --git a/TAO/orbsvcs/tests/Notify/lib/Peer_T.cpp b/TAO/orbsvcs/tests/Notify/lib/Peer_T.cpp
index eb83f71cf5a..65a2ab494e8 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Peer_T.cpp
+++ b/TAO/orbsvcs/tests/Notify/lib/Peer_T.cpp
@@ -185,7 +185,7 @@ TAO_Notify_Tests_Peer_T<Peer_Traits>::status (ACE_ENV_SINGLE_ARG_DECL)
}
ACE_ENDTRY;
#else
- ACE_UNUSED_ARG (ACE_ENV_SINGLE_ARG_PARAMETER);
+ //ACE_UNUSED_ARG (ACE_ENV_SINGLE_ARG_PARAMETER);
#endif /* TAO_HAS_MINIMUM_CORBA */
}