diff options
Diffstat (limited to 'TAO/examples/Simple/echo/Echo_i.cpp')
-rw-r--r-- | TAO/examples/Simple/echo/Echo_i.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/Simple/echo/Echo_i.cpp b/TAO/examples/Simple/echo/Echo_i.cpp index e73f7525206..8de0c340728 100644 --- a/TAO/examples/Simple/echo/Echo_i.cpp +++ b/TAO/examples/Simple/echo/Echo_i.cpp @@ -62,7 +62,7 @@ Echo_i::echo_string (const char *mesg, // raised. if (str.in () == 0) - ACE_THROW_RETURN (CORBA::NO_MEMORY (), 0); + ACE_THROW_RETURN (CORBA::NO_MEMORY (CORBA::COMPLETED_NO), 0); // Got thru! now, make a deep copy of the mesg string and send it // back to the client. |