static Coordinator* TheInstance; ///< the only class instance in existence
- CBDATA_CLASS2(Coordinator);
-
private:
Coordinator(const Coordinator&); // not implemented
Coordinator& operator =(const Coordinator&); // not implemented
+
+ CBDATA_CLASS2(Coordinator);
};
private:
bool isRegistered; ///< whether Coordinator ACKed registration (unused)
- CBDATA_CLASS2(Strand);
-
private:
Strand(const Strand&); // not implemented
Strand& operator =(const Strand&); // not implemented
+
+ CBDATA_CLASS2(Strand);
};
int timeout; ///< total time to send the message
bool writing; ///< whether Comm started and did not finish writing
- CBDATA_CLASS2(UdsSender);
-
private:
UdsSender(const UdsSender&); // not implemented
UdsSender& operator= (const UdsSender&); // not implemented
+
+ CBDATA_CLASS2(UdsSender);
};