summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/PSS
diff options
context:
space:
mode:
authorjai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-07-30 19:06:21 +0000
committerjai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-07-30 19:06:21 +0000
commit4601e41366c804fe0e73a95768870f8fc926b185 (patch)
tree93559cd84db637d93fd408ba71344ad94f680fe5 /TAO/orbsvcs/PSS
parent3e5dff2d55bf658a4859af94c1f09ecf032a57ad (diff)
downloadATCD-4601e41366c804fe0e73a95768870f8fc926b185.tar.gz
Tue Jul 30 12:04:15 2002 Jaiganesh Balasubramanian <jai@doc.ece.uci.edu>
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_;