AccessError.idl
// StP -- created on Wed May 14 14:06:26 1997 for euba@sunhegering2 from system webman #ifndef _AccessError_idl_ #define _AccessError_idl_ // stp class declarations interface AccessError; // stp class declarations end // stp auto-include 5739 #include "DocumentError.idl" // stp auto-include end // stp class definition 5739 interface AccessError : DocumentError { // stp class members readonly attribute string reason; // stp class members end }; // stp class definition end // stp footer #endif // stp footer end
Access_Log.idl
// StP -- created on Wed May 14 14:06:27 1997 for euba@sunhegering2 from system webman #ifndef _Access_Log_idl_ #define _Access_Log_idl_ // stp class declarations interface Access_Log; // stp class declarations end // stp auto-include 7112 #include "LogFile.idl" // stp auto-include end // stp class definition 7112 interface Access_Log : LogFile { // stp class members void evaluate(); // stp class members end }; // stp class definition end // stp footer #endif // stp footer end
AnonymousClient.idl
// StP -- created on Wed May 14 14:06:26 1997 for euba@sunhegering2 from system webman #ifndef _AnonymousClient_idl_ #define _AnonymousClient_idl_ // stp class declarations interface AnonymousClient; // stp class declarations end // stp auto-include 7159 #include "Client.idl" // stp auto-include end // stp class definition 7159 interface AnonymousClient : Client { // stp class members // stp class members end }; // stp class definition end // stp footer #endif // stp footer end
AuthenticatedClient.idl
// StP -- created on Wed May 14 14:06:27 1997 for euba@sunhegering2 from system webman #ifndef _AuthenticatedClient_idl_ #define _AuthenticatedClient_idl_ // stp class declarations interface AuthenticatedClient; // stp class declarations end // stp auto-include 7154 #include "Client.idl" // stp auto-include end // stp class definition 7154 interface AuthenticatedClient : Client { // stp class members readonly attribute string authName; // stp class members end }; // stp class definition end // stp footer #endif // stp footer end
Client.idl
// StP -- created on Wed May 14 14:06:25 1997 for euba@sunhegering2 from system webman #ifndef _Client_idl_ #define _Client_idl_ // stp class declarations interface Client; // stp class declarations end // stp class definition 7140 interface Client { // stp class members readonly attribute string clienthost; // stp class members end }; // stp class definition end // stp footer #endif // stp footer end
ConfigurationFiles.idl
// StP -- created on Wed May 14 14:06:28 1997 for euba@sunhegering2 from system webman #ifndef _ConfigurationFiles_idl_ #define _ConfigurationFiles_idl_ // stp class declarations interface ConfigurationFiles; // stp class declarations end // stp class definition 10193 interface ConfigurationFiles { // stp class members attribute long maxConnectionTime; attribute long maxNumberRequests; attribute short maxSpareThreads; attribute short minSpareThreads; attribute long maxThreads; attribute long port; attribute string serverName; attribute string serverAdmin; // stp class members end }; // stp class definition end // stp footer #endif // stp footer end
Connection.idl
// StP -- created on Wed May 14 14:06:28 1997 for euba@sunhegering2 from system webman #ifndef _Connection_idl_ #define _Connection_idl_ // stp class declarations interface Connection; // stp class declarations end // stp class definition 8941 interface Connection { // stp class members readonly attribute short status; readonly attribute short version; readonly attribute string method; readonly attribute string protocol; readonly attribute date date; readonly attribute time time; readonly attribute long bytes; // stp class members end }; // stp class definition end // stp footer #endif // stp footer end
Document.idl
// StP -- created on Wed May 14 14:06:25 1997 for euba@sunhegering2 from system webman #ifndef _Document_idl_ #define _Document_idl_ // stp class declarations interface Document; // stp class declarations end // stp auto-include 105 #include "File.idl" // stp auto-include end // stp class definition 105 interface Document : File { // stp class members readonly attribute string url; readonly attribute documentArray linksFromOthers; readonly attribute documentArray linksToOthers; void view(); void delete(); void edit(); void linkTest(); void move(); // stp class members end }; // stp class definition end // stp footer #endif // stp footer end
DocumentError.idl
// StP -- created on Wed May 14 14:06:25 1997 for euba@sunhegering2 from system webman #ifndef _DocumentError_idl_ #define _DocumentError_idl_ // stp class declarations interface DocumentError; // stp class declarations end // stp auto-include 10212 #include "Error.idl" // stp auto-include end // stp class definition 10212 interface DocumentError : Error { // stp class members readonly attribute string file; // stp class members end }; // stp class definition end // stp footer #endif // stp footer end
DynamicDocument.idl
// StP -- created on Wed May 14 14:06:27 1997 for euba@sunhegering2 from system webman #ifndef _DynamicDocument_idl_ #define _DynamicDocument_idl_ // stp class declarations interface DynamicDocument; // stp class declarations end // stp auto-include 244 #include "Document.idl" // stp auto-include end // stp class definition 244 interface DynamicDocument : Document { // stp class members // stp class members end }; // stp class definition end // stp footer #endif // stp footer end
Error.idl
// StP -- created on Wed May 14 14:06:25 1997 for euba@sunhegering2 from system webman #ifndef _Error_idl_ #define _Error_idl_ // stp class declarations interface Error; // stp class declarations end // stp class definition 1734 interface Error { // stp class members readonly attribute time errorTime; readonly attribute date errorDate; void notifyAdmin(); // stp class members end }; // stp class definition end // stp footer #endif // stp footer end
Error_Log.idl
// StP -- created on Wed May 14 14:06:26 1997 for euba@sunhegering2 from system webman #ifndef _Error_Log_idl_ #define _Error_Log_idl_ // stp class declarations interface Error_Log; // stp class declarations end // stp auto-include 7111 #include "LogFile.idl" // stp auto-include end // stp class definition 7111 interface Error_Log : LogFile { // stp class members void evaluate(); // stp class members end }; // stp class definition end // stp footer #endif // stp footer end
File.idl
// StP -- created on Wed May 14 14:06:25 1997 for euba@sunhegering2 from system webman #ifndef _File_idl_ #define _File_idl_ // stp class declarations interface File; // stp class declarations end // stp class definition 104 interface File { // stp class members attribute string name; attribute string path; attribute long size; attribute date date; void delete(); // stp class members end }; // stp class definition end // stp footer #endif // stp footer end
Log_File.idl
// StP -- created on Wed May 14 14:06:25 1997 for euba@sunhegering2 from system webman #ifndef _LogFile_idl_ #define _LogFile_idl_ // stp class declarations interface LogFile; // stp class declarations end // stp auto-include 7108 #include "File.idl" // stp auto-include end // stp class definition 7108 interface LogFile : File { // stp class members void reset(); // stp class members end }; // stp class definition end // stp footer #endif // stp footer end
OtherError.idl
// StP -- created on Wed May 14 14:06:26 1997 for euba@sunhegering2 from system webman #ifndef _OtherError_idl_ #define _OtherError_idl_ // stp class declarations interface OtherError; // stp class declarations end // stp auto-include 5717 #include "Error.idl" // stp auto-include end // stp class definition 5717 interface OtherError : Error { // stp class members readonly attribute string errorMessage; // stp class members end }; // stp class definition end // stp footer #endif // stp footer end
Picture.idl
// StP -- created on Wed May 14 14:06:27 1997 for euba@sunhegering2 from system webman #ifndef _Picture_idl_ #define _Picture_idl_ // stp class declarations interface Picture; // stp class declarations end // stp auto-include 242 #include "Document.idl" // stp auto-include end // stp class definition 242 interface Picture : Document { // stp class members // stp class members end }; // stp class definition end // stp footer #endif // stp footer end
RequestError.idl
// StP -- created on Wed May 14 14:06:28 1997 for euba@sunhegering2 from system webman #ifndef _RequestError_idl_ #define _RequestError_idl_ // stp class declarations interface RequestError; // stp class declarations end // stp auto-include 3306 #include "DocumentError.idl" // stp auto-include end // stp class definition 3306 interface RequestError : DocumentError { // stp class members // stp class members end }; // stp class definition end // stp footer #endif // stp footer end
Server.idl
// StP -- created on Wed May 14 14:06:28 1997 for euba@sunhegering2 from system webman #ifndef _Server_idl_ #define _Server_idl_ // stp class declarations interface Server; // stp class declarations end // stp class definition 106 interface Server { // stp class members readonly attribute long responseTime; readonly attribute short availability; readonly attribute short status; readonly attribute long transferRate; readonly attribute string location; void start(); void stop(); // stp class members end }; // stp class definition end // stp footer #endif // stp footer end
StaticDocument.idl
// StP -- created on Wed May 14 14:06:27 1997 for euba@sunhegering2 from system webman #ifndef _StaticDocument_idl_ #define _StaticDocument_idl_ // stp class declarations interface StaticDocument; // stp class declarations end // stp auto-include 243 #include "Document.idl" // stp auto-include end // stp class definition 243 interface StaticDocument : Document { // stp class members readonly attribute string title; // stp class members end }; // stp class definition end // stp footer #endif // stp footer end
TimeoutError.idl
// StP -- created on Wed May 14 14:06:28 1997 for euba@sunhegering2 from system webman #ifndef _TimeoutError_idl_ #define _TimeoutError_idl_ // stp class declarations interface TimeoutError; // stp class declarations end // stp auto-include 5745 #include "DocumentError.idl" // stp auto-include end // stp class definition 5745 interface TimeoutError : DocumentError { // stp class members readonly attribute string clientHost; // stp class members end }; // stp class definition end // stp footer #endif // stp footer end
permissionError.idl
// StP -- created on Wed May 14 14:06:26 1997 for euba@sunhegering2 from system webman #ifndef _permissionError_idl_ #define _permissionError_idl_ // stp class declarations interface permissionError; // stp class declarations end // stp auto-include 10216 #include "DocumentError.idl" // stp auto-include end // stp class definition 10216 interface permissionError : DocumentError { // stp class members readonly attribute string clientHost; readonly attribute string reason; // stp class members end }; // stp class definition end // stp footer #endif // stp footer end