Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tests / DII_Deferred_Transient / Hello.cpp
bloba1953eae236f48df64ecb416541072b525107a51
1 // -*- C++ -*-
2 #include "Hello.h"
3 #include "ace/OS_NS_unistd.h"
5 void
6 Hello::crash ()
8 ACE::terminate_process (ACE_OS::getpid ());
11 char *
12 Hello::get_string ()
14 // ACE_DEBUG ((LM_DEBUG, "(%P|%t) - Hello::get_string called\n"));
15 return CORBA::string_dup ("Hello there!");