]> err.no Git - sope/blobdiff - sope-gdl1/PostgreSQL/PostgreSQL72Channel.h
fixed a Tiger warning
[sope] / sope-gdl1 / PostgreSQL / PostgreSQL72Channel.h
index a36b9f7622c7a82bf8b53767483157f5750276c6..346eeadbde82ad083ef4bf7c4901be55e3ef09cf 100644 (file)
@@ -27,7 +27,7 @@
 #ifndef ___PostgreSQL72_Channel_H___
 #define ___PostgreSQL72_Channel_H___
 
-#import <GDLAccess/EOAdaptorChannel.h>
+#include <GDLAccess/EOAdaptorChannel.h>
 #include <libpq-fe.h>
 
 @class NSArray, NSString, NSMutableDictionary;
@@ -69,23 +69,6 @@ typedef struct {
 - (void)setDebugEnabled:(BOOL)_flag;
 - (BOOL)isDebugEnabled;
 
-- (BOOL)isOpen;
-- (BOOL)openChannel;
-- (void)closeChannel;
-
-- (NSMutableDictionary *)primaryFetchAttributes:(NSArray *)_attributes
-  withZone:(NSZone *)_zone;
-
-- (BOOL)evaluateExpression:(NSString *)_expression;
-
-// cancelFetch is always called to terminate a fetch
-// (even by primaryFetchAttributes)
-// it frees all fetch-local variables
-- (void)cancelFetch;
-
-// uses dataFormat type information to create EOAttribute objects
-- (NSArray *)describeResults;
-
 @end
 
 @interface NSObject(Sybase10ChannelDelegate)
@@ -98,4 +81,4 @@ typedef struct {
 
 @end
 
-#endif
+#endif /* ___PostgreSQL72_Channel_H___ */