diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-11-29 20:52:41 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-11-29 20:52:41 +0000 |
commit | bdc9985cda60d25ed4edb1a62c0624020f76e6eb (patch) | |
tree | 213774c93e7e13571e052692c9e1483a447dccce /ace/Timer_Queue_T.h | |
parent | 4c6ed20175df0299d485561c96abdad9a513edd5 (diff) | |
download | ATCD-bdc9985cda60d25ed4edb1a62c0624020f76e6eb.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Timer_Queue_T.h')
-rw-r--r-- | ace/Timer_Queue_T.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Timer_Queue_T.h b/ace/Timer_Queue_T.h index 6d2ddfc4085..b4079123eae 100644 --- a/ace/Timer_Queue_T.h +++ b/ace/Timer_Queue_T.h @@ -313,8 +313,8 @@ private: // Adjusts for timer skew in various clocks. // = Don't allow these operations for now. - ACE_UNIMPLEMENTED_FUNC (ACE_Timer_Queue_T (const ACE_Timer_Queue_T<TYPE, FUNCTOR, ACE_LOCK> &)); - ACE_UNIMPLEMENTED_FUNC (void operator= (const ACE_Timer_Queue_T<TYPE, FUNCTOR, ACE_LOCK> &)); + ACE_UNIMPLEMENTED_FUNC (ACE_Timer_Queue_T (const ACE_Timer_Queue_T<TYPE, FUNCTOR, ACE_LOCK> &)) + ACE_UNIMPLEMENTED_FUNC (void operator= (const ACE_Timer_Queue_T<TYPE, FUNCTOR, ACE_LOCK> &)) }; template <class ACE_LOCK> |