diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-12-24 20:51:06 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-12-24 20:51:06 +0000 |
commit | 54d6d5e3665b542c6c7838b54b06d6c9dae70a63 (patch) | |
tree | 634bcff1db7a7bc9840352f115f66114371477cc /ace/Service_Config.cpp | |
parent | 4a1e3836246b1d5a694d5f528ebc81818ca669ec (diff) | |
download | ATCD-54d6d5e3665b542c6c7838b54b06d6c9dae70a63.tar.gz |
ChangeLogTag:Mon Dec 24 08:08:40 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
Diffstat (limited to 'ace/Service_Config.cpp')
-rw-r--r-- | ace/Service_Config.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/Service_Config.cpp b/ace/Service_Config.cpp index 496233c179c..0ddbb710d90 100644 --- a/ace/Service_Config.cpp +++ b/ace/Service_Config.cpp @@ -871,7 +871,9 @@ ACE_Service_Config::start_daemon (void) } #if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION) +template class ACE_Array<ACE_Get_Opt::ACE_Get_Opt_Long_Option *>; template class ACE_Array_Base<ACE_Get_Opt::ACE_Get_Opt_Long_Option *>; #elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA) +#pragma instantiate ACE_Array<ACE_Get_Opt::ACE_Get_Opt_Long_Option *> #pragma instantiate ACE_Array_Base<ACE_Get_Opt::ACE_Get_Opt_Long_Option *> #endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */ |