diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-09-03 10:14:14 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-09-03 10:14:14 +0000 |
commit | 341b6963c3edc28b0f3e5e68bc84c25c4a54f609 (patch) | |
tree | b223e93cf88fdd1a2ce6d27c741a2f7f08f0adde /TAO/tao/Profile.cpp | |
parent | 94e6af16df8418479b2d80b93fc7af73aff4566a (diff) | |
download | ATCD-341b6963c3edc28b0f3e5e68bc84c25c4a54f609.tar.gz |
ChangeLogTag: Fri Sep 3 10:14:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Profile.cpp')
-rw-r--r-- | TAO/tao/Profile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Profile.cpp b/TAO/tao/Profile.cpp index e0e87d07e48..8d0280f1a96 100644 --- a/TAO/tao/Profile.cpp +++ b/TAO/tao/Profile.cpp @@ -298,7 +298,7 @@ TAO_Profile::create_tagged_profile (void) #else this->tagged_profile_->profile_data.length (length); CORBA::Octet *buffer = - this->tagged_profile_.profile_data.get_buffer (); + this->tagged_profile_->profile_data.get_buffer (); for (const ACE_Message_Block *i = encap.begin (); i != encap.end (); |