/* -*- ObjC -*- */ #ifndef MYCONNECTION_H #define MYCONNECTION_H #include #include @class GSTcpPort; @interface NSConnection (Hack) + (void) setDebug: (int)val; @end @interface MyConnection : NSConnection + (MyConnection *) currentConnection; + (void) debug; - (void) debug; @end #endif /* MYCONNECTION_H */