summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2012-03-23 11:21:49 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2012-03-23 11:21:49 +0000
commit82a69eaea1e386099c4da4739856f08e48ace9ab (patch)
tree9cb0e3eb152109e2ed0537cb8265e2fd1926ad49
parent44af463878a02bed773cf796da8475ce27c989bc (diff)
downloadATCD-82a69eaea1e386099c4da4739856f08e48ace9ab.tar.gz
Fri Mar 23 11:20:55 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
* orbsvcs/tests/FT_App/FT_TestReplica_i.cpp: Fixed compile error
-rw-r--r--TAO/ChangeLog5
-rw-r--r--TAO/orbsvcs/tests/FT_App/FT_TestReplica_i.cpp2
2 files changed, 6 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 77064a77fd9..d135127ec8b 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,8 @@
+Fri Mar 23 11:20:55 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * orbsvcs/tests/FT_App/FT_TestReplica_i.cpp:
+ Fixed compile error
+
Fri Mar 23 08:30:00 UTC 2012 Simon Massey <simon dot massey at prismtech dot com>
* tao/Strategies/COIOP_Transport.cpp:
diff --git a/TAO/orbsvcs/tests/FT_App/FT_TestReplica_i.cpp b/TAO/orbsvcs/tests/FT_App/FT_TestReplica_i.cpp
index 903eb942b84..900a096e73c 100644
--- a/TAO/orbsvcs/tests/FT_App/FT_TestReplica_i.cpp
+++ b/TAO/orbsvcs/tests/FT_App/FT_TestReplica_i.cpp
@@ -125,7 +125,7 @@ FT_TestReplica_i::FT_TestReplica_i (FT_ReplicaFactory_i * factory, const char *
, orb_ (0)
, poa_ (0)
, object_id_ (0)
- , name_persistent_storage
+ , name_persistent_storage (0)
{
// cout << name_.c_str() << '@' << this->factory_->location() << '#' << this->factory_id_ << " Construct" << endl;
}