From 972ba9915bb13107f00224096824b8efa5b1773b Mon Sep 17 00:00:00 2001 From: syntheticpp Date: Thu, 5 Jan 2006 21:05:19 +0000 Subject: [PATCH] rename Small->SmallObj git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@434 7ec92016-0320-0410-acc4-a06ded1c099a --- test/SmallObj/{SmallSingleton.cpp => SmallObjSingleton.cpp} | 3 +++ 1 file changed, 3 insertions(+) rename test/SmallObj/{SmallSingleton.cpp => SmallObjSingleton.cpp} (99%) diff --git a/test/SmallObj/SmallSingleton.cpp b/test/SmallObj/SmallObjSingleton.cpp similarity index 99% rename from test/SmallObj/SmallSingleton.cpp rename to test/SmallObj/SmallObjSingleton.cpp index 7f476cf..0a5dd06 100644 --- a/test/SmallObj/SmallSingleton.cpp +++ b/test/SmallObj/SmallObjSingleton.cpp @@ -366,6 +366,9 @@ int main() // ---------------------------------------------------------------------------- // $Log$ +// Revision 1.1 2006/01/05 21:05:19 syntheticpp +// rename Small->SmallObj +// // Revision 1.13 2006/01/05 09:55:09 syntheticpp // assert, include path, and virtual ~ patches by Lukas Fittl //