Changeset 1605
- Timestamp:
- 08/22/08 11:00:42 (3 months ago)
- Files:
-
- trunk/LibXPort/test/CxxTest/TestByteArray.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/LibXPort/test/CxxTest/TestByteArray.cpp
r1559 r1605 16 16 // along with LibXPort. If not, see <http://www.gnu.org/licenses/>. 17 17 18 #include <wx/wxprec.h>19 20 #ifdef __BORLANDC__21 #pragma hdrstop22 #endif23 24 #ifndef WX_PRECOMP25 #include <wx/wx.h>26 #endif27 28 18 #include "TestByteArray.h" 29 19 #include <LibXPort/ByteArray.h> 20 #include <new> 30 21 31 22 using namespace LibXPort;