Roxen.git/
server/
plugins/
protocols/
ftp.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2002-10-27
2002-10-27 20:32:52 by Martin Nilsson <mani@lysator.liu.se>
f921235601861c4f9efc5793472582c7c9769e00 (
9
lines) (+
3
/-
6
)
[
Show
|
Annotate
]
Branch:
Aphoto_2.0_beta3
There is always ADT.Stack
Rev: server/plugins/protocols/ftp.pike:2.84
4:
/* * FTP protocol mk 2 *
-
* $Id: ftp.pike,v 2.
83
2002/10/
24
00
:
11
:
28
nilsson Exp $
+
* $Id: ftp.pike,v 2.
84
2002/10/
27
20
:
32
:
52
nilsson Exp $
* * Henrik Grubbström <grubba@roxen.com> */
851:
return(res); }
-
#if constant (ADT.Stack)
+
static ADT.Stack dir_stack = ADT.Stack();
-
#else
-
static object(Stack.stack) dir_stack = Stack.stack();
-
#endif
+
static int name_directories; static string fix_path(string s)
1452:
static private int time_touch = time();
-
static private
object(
ADT.Queue
)
to_send = ADT.Queue();
+
static private ADT.Queue to_send = ADT.Queue();
static private int end_marker = 0;