X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fconnection.h;h=09ce49922c54aa8e1d7d53007bcf327a39961e8d;hb=84afe881653a02a16b19d4da37435b8701b1a826;hp=485c4c0550d9e6b5a4435aa067630fa718a3e199;hpb=676007c81e292079daaa7188f4fbf2757ae77ef8;p=architektonas diff --git a/src/connection.h b/src/connection.h index 485c4c0..09ce499 100644 --- a/src/connection.h +++ b/src/connection.h @@ -12,6 +12,9 @@ class Connection Connection(Object * o = 0, double param = 0); ~Connection(); + bool operator==(Connection const c); // Check for equality + bool operator!=(Connection const c); // Check for inequality + public: Object * object; double t;