diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-12-15 20:44:23 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-12-15 20:44:23 +0000 |
commit | 960768525f3f10d8f6d335ef981b9c4957572b0a (patch) | |
tree | f230be41e05c50d6dbd53230d3e904f24b878d84 /ace/Timer_Queue_T.h | |
parent | 756140a2a36b336f5d5604d1c93491fb5db5dec3 (diff) | |
download | ATCD-960768525f3f10d8f6d335ef981b9c4957572b0a.tar.gz |
removed () from #pragma implementation argument
Diffstat (limited to 'ace/Timer_Queue_T.h')
-rw-r--r-- | ace/Timer_Queue_T.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Timer_Queue_T.h b/ace/Timer_Queue_T.h index 2f60778cc3f..05c394dea43 100644 --- a/ace/Timer_Queue_T.h +++ b/ace/Timer_Queue_T.h @@ -376,7 +376,7 @@ public: #endif /* ACE_TEMPLATES_REQUIRE_SOURCE && !ACE_HAS_BROKEN_HPUX_TEMPLATES */ #if defined (ACE_TEMPLATES_REQUIRE_PRAGMA) -#pragma implementation ("Timer_Queue_T.cpp") +#pragma implementation "Timer_Queue_T.cpp" #endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */ #endif /* ACE_TIMER_QUEUE_T_H */ |