# HG changeset patch # User Darkvater # Date 1163635779 0 # Node ID aebd080d37534b537f200ca5a4be17a4ad0d843c # Parent cdde161c4edeef61824bb18f7771b33ed48ef0f5 (svn r7163) -Codechange: Disable compilation of additional yapf code. diff --git a/yapf/autocopyptr.hpp b/yapf/autocopyptr.hpp --- a/yapf/autocopyptr.hpp +++ b/yapf/autocopyptr.hpp @@ -3,6 +3,7 @@ #ifndef AUTOCOPYPTR_HPP #define AUTOCOPYPTR_HPP +#if 0 // reenable when needed /** CAutoCopyPtrT - kind of CoW (Copy on Write) pointer. * It is non-invasive smart pointer (reference counter is held outside * of Tdata). @@ -78,5 +79,5 @@ } }; - +#endif /* 0 */ #endif /* AUTOCOPYPTR_HPP */ diff --git a/yapf/countedptr.hpp b/yapf/countedptr.hpp --- a/yapf/countedptr.hpp +++ b/yapf/countedptr.hpp @@ -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 */