diff -r 4585f8582d97 -r 6f4c15b49da0 yapf/countedptr.hpp --- a/yapf/countedptr.hpp Wed Nov 15 23:47:52 2006 +0000 +++ b/yapf/countedptr.hpp Thu Nov 16 00:09:39 2006 +0000 @@ -3,6 +3,7 @@ #ifndef COUNTEDPTR_HPP #define COUNTEDPTR_HPP +#if 0 // reenable when needed /** @file CCountedPtr - smart pointer implementation */ /** CCountedPtr - simple reference counting smart pointer. @@ -95,5 +96,5 @@ } } - +#endif /* 0 */ #endif /* COUNTEDPTR_HPP */