Cleanup ACE_HAS_PTHREAD_SIGMASK_PROTOTYPE, all platforms support it so far as I can...
[ACE_TAO.git] / TAO / tests / CSD_Strategy_Tests / TP_Common / StatisticsHelper.h
bloba029fd174ca8f9db3164031c779243dd2f01c1ee
1 #ifndef STATISTICS_HELPER_H
2 #define STATISTICS_HELPER_H
4 #include "CSD_TP_Test_Export.h"
5 #include "tao/Basic_Types.h"
6 #include "ace/Containers_T.h"
7 #include "ace/Vector_T.h"
8 #include "ace/SString.h"
10 typedef ACE_Vector< CORBA::Long, 1000 > LongVector;
11 typedef ACE_Vector< ACE_CString, 1000 > StringVector;
12 typedef ACE_Array< CORBA::Long > LongArray;
14 extern CSD_TP_Test_Export void swap (CORBA::Long& x, CORBA::Long& y);
16 extern CSD_TP_Test_Export void sort (LongVector & vector);
18 #endif