summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/FT_App/StubBatchConsumer.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/FT_App/StubBatchConsumer.h')
-rw-r--r--TAO/orbsvcs/tests/FT_App/StubBatchConsumer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/tests/FT_App/StubBatchConsumer.h b/TAO/orbsvcs/tests/FT_App/StubBatchConsumer.h
index a2ecde5b714..1a99f8cb320 100644
--- a/TAO/orbsvcs/tests/FT_App/StubBatchConsumer.h
+++ b/TAO/orbsvcs/tests/FT_App/StubBatchConsumer.h
@@ -106,7 +106,7 @@ private:
// Data Members
private:
/**
- * The orb
+ * The orb
*/
CORBA::ORB_var orb_;
@@ -118,7 +118,7 @@ private:
/**
* The CORBA object id assigned to this object.
*/
- PortableServer::ObjectId_var objectId_;
+ PortableServer::ObjectId_var object_id_;
/**
* A human-readable string to distinguish this from other FaultConsumers.
@@ -138,7 +138,7 @@ private:
/**
* consumer id assigned by the notifier
*/
- ::FT::FaultNotifier::ConsumerId consumerId_;
+ ::FT::FaultNotifier::ConsumerId consumer_id_;
};