More tests update
[ACE_TAO.git] / TAO / tests / CSD_Strategy_Tests / TP_Common / StatisticsHelper.h
blobae95c226bf7be6be062894153cf6646eec61cef3
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"
11 typedef ACE_Vector< CORBA::Long, 1000 > LongVector;
12 typedef ACE_Vector< ACE_CString, 1000 > StringVector;
13 typedef ACE_Array< CORBA::Long > LongArray;
16 extern CSD_TP_Test_Export
17 void swap ( CORBA::Long& x, CORBA::Long& y );
19 extern CSD_TP_Test_Export
20 void sort ( LongVector & vector );
23 #endif