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
commitf0dded1785fa203dc0f7f6277d86be68e5d20f7c (patch)
treead9b03a1d58cff2c29c2f833ea7c6ec1c9d26397 /examples
parent62ec1efcf766d87caa893e9577370990d1a12042 (diff)
downloadATCD-f0dded1785fa203dc0f7f6277d86be68e5d20f7c.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 */