git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@761 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
syntheticpp 2006-10-17 20:48:18 +00:00
parent a35442b5d1
commit da502b99be
11 changed files with 1 additions and 267 deletions

View file

@ -194,13 +194,3 @@ private:
// ----------------------------------------------------------------------------
// $Log$
// Revision 1.3 2006/05/18 05:05:21 rich_sposato
// Added QueryInterface function to MimicCOM class.
//
// Revision 1.2 2006/04/05 22:53:12 rich_sposato
// Added StrongPtr class to Loki along with tests for StrongPtr.
//
// Revision 1.1 2006/03/20 21:14:16 rich_sposato
// Adding base.h to CVS.
//

View file

@ -973,28 +973,3 @@ void friend_handling2()
}
// ----------------------------------------------------------------------------
// $Log$
// Revision 1.8 2006/10/17 10:36:08 syntheticpp
// change line ending
//
// Revision 1.7 2006/10/17 10:09:37 syntheticpp
// add test code for template friends with template template parameters
//
// Revision 1.6 2006/05/17 16:23:39 syntheticpp
// remove gcc warnings
//
// Revision 1.5 2006/04/19 01:04:25 rich_sposato
// Changed DeleteSingle and DeleteArray policy to not allow use of incomplete
// types.
//
// Revision 1.4 2006/04/18 07:29:41 lfittl
// - Various makefile improvements (better mingw support, easier to add new sources)
// - Include loki/StrongPtr.hpp, not Loki/StrongPtr.hpp (test/SmartPtr)
//
// Revision 1.3 2006/04/07 16:27:11 vizowl
// adding an XCode build project
//
// Revision 1.2 2006/04/06 18:19:58 rich_sposato
// Added CVS Log keyword.
//