Registration - Fixed headers

This commit is contained in:
Emmanuel BENOîT 2018-12-23 18:29:11 +01:00
parent fc3415047f
commit 7ea9b5a9c5
2 changed files with 13 additions and 13 deletions

View file

@ -2,11 +2,11 @@
/* REGISTRATION SUPPORT *******************************************************/
/******************************************************************************/
#ifndef _H_LW_LIB_REGISTRATION
#define _H_LW_LIB_REGISTRATION
#include <lw/lib/Utilities.hh>
#include <lw/lib/Pointers.hh>
namespace lw {
#ifndef _H_EBCL_REGISTRATION
#define _H_EBCL_REGISTRATION
#include <ebcl/Utilities.hh>
#include <ebcl/Pointers.hh>
namespace ebcl {
/*= REGISTRATION SUPPORT =====================================================*/
@ -81,5 +81,5 @@ M_DECLARE_SWAP( T_RegisteredItem );
} // namespace
#endif // _H_LW_LIB_REGISTRATION
#include <lw/lib/inline/Registration.hh>
#endif // _H_EBCL_REGISTRATION
#include <ebcl/inline/Registration.hh>

View file

@ -2,10 +2,10 @@
/* REGISTRATION SUPPORT - INLINE CODE *****************************************/
/******************************************************************************/
#ifndef _H_LW_LIB_INLINE_REGISTRATION
#define _H_LW_LIB_INLINE_REGISTRATION
#include <lw/lib/Registration.hh>
namespace lw {
#ifndef _H_EBCL_INLINE_REGISTRATION
#define _H_EBCL_INLINE_REGISTRATION
#include <ebcl/Registration.hh>
namespace ebcl {
/*= T_RegisteredItem ============================================================*/
@ -120,5 +120,5 @@ inline void T_RegisteredItem::deleteData( ) noexcept
}
} // namespace lw
#endif // _H_LW_LIB_INLINE_REGISTRATION
} // namespace
#endif // _H_EBCL_INLINE_REGISTRATION