From d439bc3807b3f7cea0544899ee5fc8d849bf32df Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Wed, 2 Aug 2000 18:26:29 +0000 Subject: Added a wrapper for enums and changed all return-code related stuff as well as some other enums to use that instead of plain enums. This results in stronger type checking, range checking and the ability to write an enum's textual representation. --- lib/rpcs16.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/rpcs16.h') diff --git a/lib/rpcs16.h b/lib/rpcs16.h index c803fff..efc6b99 100644 --- a/lib/rpcs16.h +++ b/lib/rpcs16.h @@ -11,8 +11,8 @@ class rpcs16 : public rpcs { rpcs16(ppsocket *); ~rpcs16(); - int queryDrive(const char, bufferArray &); - int getCmdLine(const char *, bufferStore &); + Enum queryDrive(const char, bufferArray &); + Enum getCmdLine(const char *, bufferStore &); }; #endif -- cgit v1.2.3