diff options
author | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-05-30 10:47:05 +0000 |
---|---|---|
committer | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-05-30 10:47:05 +0000 |
commit | 2a5a195b5826c4ed2c6cb1636e4c78c634b4219f (patch) | |
tree | 1f845e1609c2abbfda6b4736f321e8f6ff67919c /tests/Framework_Component_DLL.cpp | |
parent | b8644c0563e107d57a57896a1561dc2df965c55d (diff) | |
download | ATCD-2a5a195b5826c4ed2c6cb1636e4c78c634b4219f.tar.gz |
ChangeLogTag:Thu May 30 10:18:27 UTC 2002 Don Hinton <dhinton@ieee.org>
Diffstat (limited to 'tests/Framework_Component_DLL.cpp')
-rw-r--r-- | tests/Framework_Component_DLL.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Framework_Component_DLL.cpp b/tests/Framework_Component_DLL.cpp index 533b9dbea05..c658c02b9e8 100644 --- a/tests/Framework_Component_DLL.cpp +++ b/tests/Framework_Component_DLL.cpp @@ -7,6 +7,8 @@ ACE_RCSID (tests, Framework_Component_DLL, "$Id$") +ACE_DLL_UNLOAD_POLICY (Framework_Component_DLL, ACE_DLL_UNLOAD_POLICY_LAZY) + Simple_Service::Simple_Service (void) { FRAMEWORK_COMPONENT_DLL_TRACE ("Simple_Service::Simple_Service"); @@ -41,7 +43,7 @@ public: FWCT_DLL_Singleton_Adapter_T <Simple_Service> *ss = SS_SINGLETON::instance (); ACE_DEBUG ((LM_DEBUG, - ACE_LIB_TEXT ("Server_T::init() dll_name: %s\n"), + ACE_TEXT ("Server_T::init() dll_name: %s\n"), ss->dll_name ())); return 0; } |