aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rpcs.h
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2001-02-04 04:43:28 +0000
committerFritz Elfert <felfert@to.com>2001-02-04 04:43:28 +0000
commitd4444ef0a671e19aa2ec9266ad8254e8761357db (patch)
tree6d82ed0867e389080930c8d63cbade9cb8216607 /lib/rpcs.h
parenta7e4250b20fa5012942c4fe05ee0c7f701c5799f (diff)
downloadplptools-d4444ef0a671e19aa2ec9266ad8254e8761357db.tar.gz
plptools-d4444ef0a671e19aa2ec9266ad8254e8761357db.tar.bz2
plptools-d4444ef0a671e19aa2ec9266ad8254e8761357db.zip
More KDOC documentation in headers.
Diffstat (limited to 'lib/rpcs.h')
-rw-r--r--lib/rpcs.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/rpcs.h b/lib/rpcs.h
index 83a8732..4547cd1 100644
--- a/lib/rpcs.h
+++ b/lib/rpcs.h
@@ -20,7 +20,7 @@ class bufferArray;
* variants are implemented in
* @ref rpcs32 or @ref rpcs16 respectively.
* These normally are instantiated by using
- * @ref rpcsfactory.
+ * @ref rpcsfactory .
*/
class rpcs {
public:
@@ -202,6 +202,7 @@ class rpcs {
* @returns A psion error code. 0 = Ok.
*/
Enum<rfsv::errs> stopProgram(const char *);
+
Enum<rfsv::errs> queryProgram(const char *);
Enum<rfsv::errs> formatOpen(const char *, int &, int &);
Enum<rfsv::errs> formatRead(int);
@@ -275,9 +276,6 @@ class rpcs {
* @return Psion error code. 0 = Ok.
*/
virtual Enum<rfsv::errs> getCmdLine(const char *process, bufferStore &ret) = 0;
-
- // API only existent on EPOC
- // default-methods for SIBO here.
/**
* Retrieve general Information about the connected
* machine.