home *** CD-ROM | disk | FTP | other *** search
- #ifndef _ITRACE_INL_
- #define _ITRACE_INL_ 0
- /*******************************************************************************
- * FILE NAME: itrace.inl *
- * *
- * DESCRIPTION: *
- * This file contains the definition of the inline functions for the *
- * classes declared in itrace.hpp. *
- * *
- * COPYRIGHT: *
- * IBM Open Class Library *
- * (C) Copyright International Business Machines Corporation 1992, 1996 *
- * Licensed Material - Program-Property of IBM - All Rights Reserved. *
- * US Government Users Restricted Rights - Use, duplication, or disclosure *
- * restricted by GSA ADP Schedule Contract with IBM Corp. *
- * *
- *******************************************************************************/
-
- #include <istring.hpp>
-
- #ifndef _ITRACE_
- #undef _ITRACE_INL_
- #define _ITRACE_INL_ 1
- #include <itrace.hpp>
- #endif
-
-
- #if _ITRACE_INL_
- #define inline
- #endif
-
-
- #endif // _ITRACE_INL_
-
-