summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/PSS
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/PSS')
-rw-r--r--TAO/orbsvcs/PSS/PSDL_String.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/PSS/PSDL_String.cpp b/TAO/orbsvcs/PSS/PSDL_String.cpp
index a268c2a26d5..d3f5de8f5b4 100644
--- a/TAO/orbsvcs/PSS/PSDL_String.cpp
+++ b/TAO/orbsvcs/PSS/PSDL_String.cpp
@@ -103,7 +103,7 @@ TAO_PSDL_String::hash (void) const
// (caller owns storage of return values)
TAO_PSDL_String::operator ACE_CString *() const
{
- ACE_CString *str;
+ ACE_CString *str = 0;
char * dest = str->rep ();
const char * src = this->buffer_;
@@ -115,7 +115,7 @@ TAO_PSDL_String::operator ACE_CString *() const
TAO_PSDL_String::operator ACE_CString *()
{
- ACE_CString *str;
+ ACE_CString *str = 0;
char * dest = str->rep ();
const char * src = this->buffer_;