From ef0ec314c2375652e99a8421241e140c80151120 Mon Sep 17 00:00:00 2001 From: dooglus Date: Sat, 8 Sep 2007 16:02:24 +0000 Subject: [PATCH] Mark ETL/status and ETL/_status.h as unused. git-svn-id: http://svn.voria.com/code@633 1f10aa63-cdf2-0310-b900-c93c546f37ac --- ETL/trunk/ETL/_status.h | 3 ++- ETL/trunk/ETL/status | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ETL/trunk/ETL/_status.h b/ETL/trunk/ETL/_status.h index 764092c..c56f946 100644 --- a/ETL/trunk/ETL/_status.h +++ b/ETL/trunk/ETL/_status.h @@ -1,3 +1,4 @@ +#ifdef THIS_CODE_IS_NOT_USED /*! ======================================================================== ** Extended Template Library ** Status Callback Class Implementation @@ -63,4 +64,4 @@ _ETL_END_NAMESPACE /* === E N D =============================================================== */ #endif - +#endif /* THIS_CODE_IS_NOT_USED */ diff --git a/ETL/trunk/ETL/status b/ETL/trunk/ETL/status index 6604623..f17161d 100644 --- a/ETL/trunk/ETL/status +++ b/ETL/trunk/ETL/status @@ -1,3 +1,4 @@ +#ifdef THIS_CODE_IS_NOT_USED // -*- C++ -*- /*! ======================================================================== ** Extended Template and Library @@ -34,3 +35,4 @@ /* === E N D =============================================================== */ #endif +#endif /* THIS_CODE_IS_NOT_USED */ -- 2.7.4