fixed warnings
This commit is contained in:
@@ -594,8 +594,7 @@ resTable<T,ID>::~resTable()
|
||||
|
||||
//
|
||||
// resTable<T,ID>::resTable ( const resTable & )
|
||||
// private - not to be used - implemented to shush
|
||||
// MS warnings
|
||||
// private - not to be used - implemented to eliminate warnings
|
||||
//
|
||||
template <class T, class ID>
|
||||
inline resTable<T,ID>::resTable ( const resTable & )
|
||||
@@ -604,8 +603,7 @@ inline resTable<T,ID>::resTable ( const resTable & )
|
||||
|
||||
//
|
||||
// resTable<T,ID>::resTable & operator = ( const resTable & )
|
||||
// private - not to be used - implemented to shush
|
||||
// MS warnings
|
||||
// private - not to be used - implemented to eliminate warnings
|
||||
//
|
||||
template <class T, class ID>
|
||||
inline resTable<T,ID> & resTable<T,ID>::operator = ( const resTable & )
|
||||
|
||||
@@ -136,10 +136,19 @@ private:
|
||||
//////////////////////////////////////////
|
||||
|
||||
//
|
||||
// tsSLNode<T>::tsSLNode
|
||||
// tsSLNode<T>::tsSLNode ()
|
||||
//
|
||||
template < class T >
|
||||
tsSLNode < T > ::tsSLNode () : pNext ( 0 ) {}
|
||||
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 > & )
|
||||
{
|
||||
}
|
||||
|
||||
//
|
||||
// tsSLNode<T>::operator =
|
||||
|
||||
Reference in New Issue
Block a user