diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Connection/non_blocking/CPP-connector.h | 5 |
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 */ |