diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:59:53 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:59:53 +0000 |
commit | 5e775e59b59b64b9864702b9d410c8e3706e223f (patch) | |
tree | a54a6d15a5a73ed27edfff86e8467b7b52e40ce6 /methods/rsh.h | |
parent | e59458f761e74cc46a5a3606c6e97a95789dea31 (diff) |
Add an options and timeout config item to ssh/rsh.
Author: doogie
Date: 2002-11-09 23:33:26 GMT
Add an options and timeout config item to ssh/rsh.
Diffstat (limited to 'methods/rsh.h')
-rw-r--r-- | methods/rsh.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/methods/rsh.h b/methods/rsh.h index 1b3bcaea4..bb97f062c 100644 --- a/methods/rsh.h +++ b/methods/rsh.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- -// Description /*{{{*/// $Id: rsh.h,v 1.3 2001/03/06 07:15:29 jgg Exp $ -// $Id: rsh.h,v 1.3 2001/03/06 07:15:29 jgg Exp $ +// Description /*{{{*/// $Id: rsh.h,v 1.4 2002/11/09 23:33:26 doogie Exp $ +// $Id: rsh.h,v 1.4 2002/11/09 23:33:26 doogie Exp $ /* ###################################################################### RSH method - Transfer files via rsh compatible program @@ -53,6 +53,7 @@ class RSHConn class RSHMethod : public pkgAcqMethod { virtual bool Fetch(FetchItem *Itm); + virtual bool Configuration(string Message); RSHConn *Server; |