diff options
author | Reuben Thomas <rrt@sc3d.org> | 2006-05-16 11:22:05 +0000 |
---|---|---|
committer | Reuben Thomas <rrt@sc3d.org> | 2006-05-16 11:22:05 +0000 |
commit | bfa27df08b38f92295352d2d02b861e593a951a1 (patch) | |
tree | 722f6c0bc0f842526ce16a4ff166cee4d3ed13e0 /lib/rpcs.h | |
parent | 6fb340f18e550929cf8402a35dba6f8604ea8bb8 (diff) | |
download | plptools-bfa27df08b38f92295352d2d02b861e593a951a1.tar.gz plptools-bfa27df08b38f92295352d2d02b861e593a951a1.tar.bz2 plptools-bfa27df08b38f92295352d2d02b861e593a951a1.zip |
Add proper setTime and correct comment typo.
Diffstat (limited to 'lib/rpcs.h')
-rw-r--r-- | lib/rpcs.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -381,7 +381,7 @@ public: { return rfsv::E_PSI_NOT_SIBO;} virtual Enum<rfsv::errs> regDelete(void) { return rfsv::E_PSI_NOT_SIBO;} - virtual Enum<rfsv::errs> setTime(void) + virtual Enum<rfsv::errs> 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. |