From bfa27df08b38f92295352d2d02b861e593a951a1 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Tue, 16 May 2006 11:22:05 +0000 Subject: Add proper setTime and correct comment typo. --- lib/rpcs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/rpcs.h b/lib/rpcs.h index 6742d8c..df2a493 100644 --- a/lib/rpcs.h +++ b/lib/rpcs.h @@ -381,7 +381,7 @@ public: { return rfsv::E_PSI_NOT_SIBO;} virtual Enum regDelete(void) { return rfsv::E_PSI_NOT_SIBO;} - virtual Enum setTime(void) + virtual Enum setTime(time_t time) { return rfsv::E_PSI_NOT_SIBO;} /** @@ -495,7 +495,7 @@ protected: * If communication fails, a reconnect is triggered * and a second attempt to transmit the request * is attempted. If that second attempt fails, - * the function returns an error an sets rpcs::status + * the function returns an error and sets rpcs::status * to E_PSI_FILE_DISC. * * @param cc The command to execute on the remote side. -- cgit v1.2.3