From f606f8c0f538dd9d5c5deba52ecbcdf9428ca2a4 Mon Sep 17 00:00:00 2001 From: ksherlock Date: Tue, 18 May 2010 18:39:40 +0000 Subject: [PATCH] git-svn-id: https://profuse.googlecode.com/svn/branches/v2@218 aa027e90-d47c-11dd-86d7-074df07e0730 --- Endian/{IOBuffer.t.cpp => IOBuffer.cpp.h} | 0 Endian/IOBuffer.h | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename Endian/{IOBuffer.t.cpp => IOBuffer.cpp.h} (100%) diff --git a/Endian/IOBuffer.t.cpp b/Endian/IOBuffer.cpp.h similarity index 100% rename from Endian/IOBuffer.t.cpp rename to Endian/IOBuffer.cpp.h diff --git a/Endian/IOBuffer.h b/Endian/IOBuffer.h index 19d1e0b..bae6d11 100644 --- a/Endian/IOBuffer.h +++ b/Endian/IOBuffer.h @@ -5,11 +5,11 @@ #include namespace LittleEndian { -#include "IOBuffer.t.cpp" +#include "IOBuffer.cpp.h" } namespace BigEndian { -#include "IOBuffer.t.cpp" +#include "IOBuffer.cpp.h" } #endif \ No newline at end of file