home *** CD-ROM | disk | FTP | other *** search
- #ifndef _IRESLOCK_INL_
- #define _IRESLOCK_INL_ 0
- /*******************************************************************************
- * FILE NAME: ireslock.inl *
- * *
- * DESCRIPTION: *
- * This file contains the definition of the inline functions for the *
- * classes declared in ireslock.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 _IRESLOCK_
- #undef _IRESLOCK_INL_
- #define _IRESLOCK_INL_ 1
- #include <ireslock.hpp>
- #endif
-
- #include <itrace.hpp>
-
- #if _IRESLOCK_INL_
- #define inline
- #endif
-
- inline IString ISharedResource :: keyName() const
- { return keyNameCl; }
-
- #endif // _IRESLOCK_INL_
-
-