* lbtt/: Merge lbtt 1.2.0.
This commit is contained in:
parent
8a5fd909b3
commit
17f76e371f
7 changed files with 144 additions and 58 deletions
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
|
||||
* Heikki Tauriainen <Heikki.Tauriainen@hut.fi>
|
||||
* Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
|
||||
* Heikki Tauriainen <Heikki.Tauriainen@tkk.fi>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
|
@ -174,10 +174,10 @@ private:
|
|||
* objects.
|
||||
*/
|
||||
|
||||
stack<TempFsysName*, /* Stack for storing */
|
||||
deque<TempFsysName*, /* temporary file */
|
||||
ALLOC(TempFsysName*) > > /* information. */
|
||||
temporary_file_objects;
|
||||
stack<TempFsysName*, deque<TempFsysName*> > /* Stack for storing */
|
||||
temporary_file_objects; /* temporary file
|
||||
* information.
|
||||
*/
|
||||
|
||||
friend class SpinWrapper; /* Friend declarations. */
|
||||
friend class SpotWrapper;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue