home *** CD-ROM | disk | FTP | other *** search
- #ifndef _ISTRTEST_INL_
- #define _ISTRTEST_INL_ 0
- /*******************************************************************************
- * FILE NAME: istrtest.inl *
- * *
- * DESCRIPTION: *
- * This file contains the definition of the inline functions for the *
- * classes declared in istrtest.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. *
- * *
- *******************************************************************************/
- #ifndef _ISTRTEST_
- #undef _ISTRTEST_INL_
- #define _ISTRTEST_INL_ 1
- #include <istrtest.hpp>
- #endif
-
- #if _ISTRTEST_INL_
- #define inline
- #endif
-
-
- inline IStringTest :: IStringTest ( FnType typ, void *p )
- : type( typ )
- {
- data.user = p;
- }
-
- #endif // _ISTRTEST_INL_
-