Registration - Fixed headers
This commit is contained in:
parent
fc3415047f
commit
7ea9b5a9c5
2 changed files with 13 additions and 13 deletions
|
@ -2,11 +2,11 @@
|
||||||
/* REGISTRATION SUPPORT *******************************************************/
|
/* REGISTRATION SUPPORT *******************************************************/
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
|
|
||||||
#ifndef _H_LW_LIB_REGISTRATION
|
#ifndef _H_EBCL_REGISTRATION
|
||||||
#define _H_LW_LIB_REGISTRATION
|
#define _H_EBCL_REGISTRATION
|
||||||
#include <lw/lib/Utilities.hh>
|
#include <ebcl/Utilities.hh>
|
||||||
#include <lw/lib/Pointers.hh>
|
#include <ebcl/Pointers.hh>
|
||||||
namespace lw {
|
namespace ebcl {
|
||||||
|
|
||||||
|
|
||||||
/*= REGISTRATION SUPPORT =====================================================*/
|
/*= REGISTRATION SUPPORT =====================================================*/
|
||||||
|
@ -81,5 +81,5 @@ M_DECLARE_SWAP( T_RegisteredItem );
|
||||||
|
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
#endif // _H_LW_LIB_REGISTRATION
|
#endif // _H_EBCL_REGISTRATION
|
||||||
#include <lw/lib/inline/Registration.hh>
|
#include <ebcl/inline/Registration.hh>
|
||||||
|
|
|
@ -2,10 +2,10 @@
|
||||||
/* REGISTRATION SUPPORT - INLINE CODE *****************************************/
|
/* REGISTRATION SUPPORT - INLINE CODE *****************************************/
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
|
|
||||||
#ifndef _H_LW_LIB_INLINE_REGISTRATION
|
#ifndef _H_EBCL_INLINE_REGISTRATION
|
||||||
#define _H_LW_LIB_INLINE_REGISTRATION
|
#define _H_EBCL_INLINE_REGISTRATION
|
||||||
#include <lw/lib/Registration.hh>
|
#include <ebcl/Registration.hh>
|
||||||
namespace lw {
|
namespace ebcl {
|
||||||
|
|
||||||
|
|
||||||
/*= T_RegisteredItem ============================================================*/
|
/*= T_RegisteredItem ============================================================*/
|
||||||
|
@ -120,5 +120,5 @@ inline void T_RegisteredItem::deleteData( ) noexcept
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
} // namespace lw
|
} // namespace
|
||||||
#endif // _H_LW_LIB_INLINE_REGISTRATION
|
#endif // _H_EBCL_INLINE_REGISTRATION
|
||||||
|
|
Loading…
Reference in a new issue