// token.cpp,v 1.4 1999/09/22 03:13:58 jcej Exp // Get our two Test derivatives... #include "Token_i.h" #include "Mutex_i.h" int main(int,char**) { // See what an ACE_Token does for us. Token token; token.run(); // And now the ACE_Mutex. Mutex mutex; mutex.run(); return(0); } #if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION) template class Test_T ; template class Test_T ; template class ACE_Atomic_Op ; #elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA) #pragma instantiate Test_T #pragma instantiate Test_T #pragma instantiate ACE_Atomic_Op #endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */