switched to inline
This commit is contained in:
@@ -796,10 +796,10 @@ inline void chronIntIdRes<ITEM>::setId (unsigned newId)
|
||||
/////////////////////////////////////////////////
|
||||
|
||||
//
|
||||
// intId::intId ()
|
||||
// intId::intId
|
||||
//
|
||||
template <class T, unsigned MIN_INDEX_WIDTH, unsigned MAX_ID_WIDTH>
|
||||
intId<T, MIN_INDEX_WIDTH, MAX_ID_WIDTH>::intId (const T &idIn)
|
||||
inline intId<T, MIN_INDEX_WIDTH, MAX_ID_WIDTH>::intId (const T &idIn)
|
||||
: id (idIn) {}
|
||||
|
||||
//
|
||||
|
||||
@@ -141,14 +141,14 @@ private:
|
||||
// tsSLNode<T>::tsSLNode ()
|
||||
//
|
||||
template < class T >
|
||||
tsSLNode < T > :: tsSLNode () : pNext ( 0 ) {}
|
||||
inline tsSLNode < T > :: tsSLNode () : pNext ( 0 ) {}
|
||||
|
||||
//
|
||||
// tsSLNode<T>::tsSLNode ( const tsSLNode < T > & )
|
||||
// private - not to be used - implemented to eliminate warnings
|
||||
//
|
||||
template < class T >
|
||||
tsSLNode < T > :: tsSLNode ( const tsSLNode < T > & )
|
||||
inline tsSLNode < T > :: tsSLNode ( const tsSLNode < T > & )
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user