|
From: Christophe Prud'h. <pru...@us...> - 2001-02-15 16:33:31
|
Update of /cvsroot/corelinux/corelinux/corelinux
In directory usw-pr-cvs1:/tmp/cvs-serv12865/corelinux
Modified Files:
AbstractAllocator.hpp
Log Message:
hum namespace problem solved
'using namespace corelinux;' solves lots of namespace problems
if you remove it then you will see lots of bad stuff happening
Index: AbstractAllocator.hpp
===================================================================
RCS file: /cvsroot/corelinux/corelinux/corelinux/AbstractAllocator.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** AbstractAllocator.hpp 2000/04/23 20:43:13 1.1
--- AbstractAllocator.hpp 2001/02/15 16:34:05 1.2
***************
*** 204,208 ****
nameTag( void ) \
: \
! AbstractAllocator<typeTag>() \
{ \
; \
--- 204,208 ----
nameTag( void ) \
: \
! CORELINUX(AbstractAllocator<typeTag>)()\
{ \
; \
|