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
);