summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1999-06-25 19:00:47 +0000
committerSteve Huston <shuston@riverace.com>1999-06-25 19:00:47 +0000
commitd508967300ba5360d7e3596de18a379c9eb7bb70 (patch)
tree6842ca11156ef5f85cf7fe09304db3f297981d7a
parent7b9eb88dea408fa26cdfb34444dab7c21b9e6eff (diff)
downloadATCD-d508967300ba5360d7e3596de18a379c9eb7bb70.tar.gz
Added #pragma implementation.
-rw-r--r--examples/Connection/non_blocking/CPP-acceptor.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/Connection/non_blocking/CPP-acceptor.h b/examples/Connection/non_blocking/CPP-acceptor.h
index 3adc524a48c..1adfd51253b 100644
--- a/examples/Connection/non_blocking/CPP-acceptor.h
+++ b/examples/Connection/non_blocking/CPP-acceptor.h
@@ -84,4 +84,9 @@ private:
#if defined (ACE_TEMPLATES_REQUIRE_SOURCE)
#include "CPP-acceptor.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
+
+#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
+#pragma implementation ("CPP-acceptor.cpp")
+#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
+
#endif /* CPP_ACCEPTOR_H */