diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-07 13:48:27 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-07 13:48:27 +0000 |
commit | 7970c93f64ea006d5894c87734553131c7cb2e61 (patch) | |
tree | 8c705ecc2dd3c9db78720c50c71ab869e55673c3 /tests/Future_Test.cpp | |
parent | c731de8ce321a865005834201553ecf280570972 (diff) | |
download | ATCD-7970c93f64ea006d5894c87734553131c7cb2e61.tar.gz |
ChangeLogTag:Wed Jul 07 08:35:24 1999 Irfan Pyarali <irfan@cs.wustl.edu>
Diffstat (limited to 'tests/Future_Test.cpp')
-rw-r--r-- | tests/Future_Test.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/Future_Test.cpp b/tests/Future_Test.cpp index 8698ec16b58..73502edff87 100644 --- a/tests/Future_Test.cpp +++ b/tests/Future_Test.cpp @@ -70,7 +70,7 @@ class Prime_Scheduler : public ACE_Task_Base public: // = Initialization and termination methods. Prime_Scheduler (const ASYS_TCHAR *, - Prime_Scheduler * = 0); + Prime_Scheduler * = 0); // Constructor. virtual int open (void *args = 0); @@ -232,7 +232,7 @@ Method_Request_end::call (void) // Constructor Prime_Scheduler::Prime_Scheduler (const ASYS_TCHAR *newname, - Prime_Scheduler *new_scheduler) + Prime_Scheduler *new_scheduler) : scheduler_ (new_scheduler) { ACE_NEW (this->name_, @@ -373,7 +373,7 @@ template class ACE_Atomic_Op<ACE_Thread_Mutex, int>; template class ACE_Future<const ASYS_TCHAR *>; template class ACE_Future<int>; template class ACE_Future<u_long>; -template class ACE_Future_Rep<ASYS_TCHAR const *>; +template class ACE_Future_Rep<const ASYS_TCHAR *>; template class ACE_Future_Rep<int>; template class ACE_Future_Rep<u_long>; template class auto_ptr<ACE_Method_Request>; @@ -392,7 +392,7 @@ template class ACE_Unbounded_Set_Iterator<ACE_Future_Observer<u_long> *>; #pragma instantiate ACE_Future<const ASYS_TCHAR *> #pragma instantiate ACE_Future<int> #pragma instantiate ACE_Future<u_long> -#pragma instantiate ACE_Future_Rep<ASYS_TCHAR const *> +#pragma instantiate ACE_Future_Rep<const ASYS_TCHAR *> #pragma instantiate ACE_Future_Rep<int> #pragma instantiate ACE_Future_Rep<u_long> #pragma instantiate auto_ptr<ACE_Method_Request> |