X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fconnection.h;h=09ce49922c54aa8e1d7d53007bcf327a39961e8d;hb=565c33c91ea355528145ba94b31b2e44309d0834;hp=485c4c0550d9e6b5a4435aa067630fa718a3e199;hpb=2549a213bacfb2f6993ec143083d72b716854345;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;