diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-08-05 00:03:06 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-08-05 00:03:06 +0000 |
commit | 063245b8ee415e3ce5ea82b12da9c6f43da35b00 (patch) | |
tree | 108a5c5ee9c1d18106f1c86b90d72bd8fe9743f1 /TAO/examples | |
parent | 82f2083cb469cc2b59c9f725a67cea358cd4924e (diff) | |
download | ATCD-063245b8ee415e3ce5ea82b12da9c6f43da35b00.tar.gz |
.
Diffstat (limited to 'TAO/examples')
-rw-r--r-- | TAO/examples/Simple/time-date/Time_Date.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/examples/Simple/time-date/Time_Date.cpp b/TAO/examples/Simple/time-date/Time_Date.cpp index a978c425267..2688a9bda68 100644 --- a/TAO/examples/Simple/time-date/Time_Date.cpp +++ b/TAO/examples/Simple/time-date/Time_Date.cpp @@ -14,6 +14,7 @@ My_Resource_Factory::get_reactor (void) #else // Just use the Singleton Reactor. return ACE_Reactor::instance (); +#endif /* ACE_HAS_THREADS */ } ACE_FACTORY_DEFINE (Alt_Resource_Factory, My_Resource_Factory) |