mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-05-08 11:38:01 +03:00
Implemented Archive with only arc parameter
This commit is contained in:
parent
4a1f149051
commit
31f3c25b18
1 changed files with 3 additions and 3 deletions
|
@ -180,11 +180,11 @@ Type *Container<Type>::AddressOfObjectAt(int index)
|
|||
return &objlist[index - 1];
|
||||
}
|
||||
|
||||
/*template< class Type >
|
||||
template< class Type >
|
||||
void Container<Type>::Archive( Archiver &arc )
|
||||
{
|
||||
|
||||
}*/
|
||||
Archive(arc, ArchiveClass<Type>);
|
||||
}
|
||||
|
||||
template<class Type>
|
||||
void Container<Type>::ClearObjectList(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue