X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fconnection.h;h=09ce49922c54aa8e1d7d53007bcf327a39961e8d;hb=4bc000ba003a53fb11428a2eb71e3b4471a15c7a;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;