summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1999-06-25 18:41:19 +0000
committerSteve Huston <shuston@riverace.com>1999-06-25 18:41:19 +0000
commit371f74012d4211b7be5cd3712ea48ff5c67e3bf9 (patch)
treead9b03a1d58cff2c29c2f833ea7c6ec1c9d26397 /examples
parent1001c1fbe12bc825684b29d54193b7a3af7d6aaa (diff)
downloadATCD-371f74012d4211b7be5cd3712ea48ff5c67e3bf9.tar.gz
Added #pragma implementation.
Diffstat (limited to 'examples')
-rw-r--r--examples/Connection/non_blocking/CPP-connector.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/Connection/non_blocking/CPP-connector.h b/examples/Connection/non_blocking/CPP-connector.h
index 66a75747a51..69419de304b 100644
--- a/examples/Connection/non_blocking/CPP-connector.h
+++ b/examples/Connection/non_blocking/CPP-connector.h
@@ -86,4 +86,9 @@ private:
#if defined (ACE_TEMPLATES_REQUIRE_SOURCE)
#include "CPP-connector.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
+
+#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
+#pragma implementation ("CPP-connector.cpp")
+#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
+
#endif /* CPP_CONNECTOR_H */