summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfields_t <fields_t@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2012-03-26 22:24:56 +0000
committerfields_t <fields_t@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2012-03-26 22:24:56 +0000
commit43b23a9c722924e8f8c8829ae051142583704f23 (patch)
tree637a6337f67fd89e85573af04cb7e771abe9b628
parent0250133fa0d17d0a39df0389f15e4732e610d11a (diff)
downloadATCD-43b23a9c722924e8f8c8829ae051142583704f23.tar.gz
ChangeLogTag: Mon Mar 26 22:20:14 UTC 2012 Trevor Fields <fields_t@ociweb.com>
-rw-r--r--TAO/ChangeLog5
-rw-r--r--TAO/orbsvcs/tests/Notify/Basic/ExtendedFilter.h6
2 files changed, 5 insertions, 6 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index e6c18faae2f..d139049ab97 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,8 @@
+Mon Mar 26 22:20:14 UTC 2012 Trevor Fields <fields_t@ociweb.com>
+
+ * orbsvcs/tests/Notify/Basic/ExtendedFilter.h:
+ Removed unnecessary pointers.
+
Mon Mar 26 13:11:00 UTC 2012 Simon Massey <simon dot massey at prismtech dot com>
* tests/ZIOP/client.cpp:
diff --git a/TAO/orbsvcs/tests/Notify/Basic/ExtendedFilter.h b/TAO/orbsvcs/tests/Notify/Basic/ExtendedFilter.h
index 51836c793ab..0e7224827a4 100644
--- a/TAO/orbsvcs/tests/Notify/Basic/ExtendedFilter.h
+++ b/TAO/orbsvcs/tests/Notify/Basic/ExtendedFilter.h
@@ -79,12 +79,6 @@ protected:
/// The supplier admin used by suppliers.
CosNotifyChannelAdmin::SupplierAdmin_var supplier_admin_;
-
- /// Consumer.
- TAO_Notify_Tests_PushConsumer* consumer_;
-
- /// Supplier.
- TAO_Notify_Tests_PushSupplier* supplier_;
};
/***************************************************************************/