aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2006-05-16 11:22:05 +0000
committerReuben Thomas <rrt@sc3d.org>2006-05-16 11:22:05 +0000
commitbfa27df08b38f92295352d2d02b861e593a951a1 (patch)
tree722f6c0bc0f842526ce16a4ff166cee4d3ed13e0 /lib
parent6fb340f18e550929cf8402a35dba6f8604ea8bb8 (diff)
downloadplptools-bfa27df08b38f92295352d2d02b861e593a951a1.tar.gz
plptools-bfa27df08b38f92295352d2d02b861e593a951a1.tar.bz2
plptools-bfa27df08b38f92295352d2d02b861e593a951a1.zip
Add proper setTime and correct comment typo.
Diffstat (limited to 'lib')
-rw-r--r--lib/rpcs.h4
1 files changed, 2 insertions, 2 deletions
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<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.