Public Member Functions | |
bool | operator() (const IInputDeviceEvent *lhs, const IInputDeviceEvent *rhs) const |
|
Definition at line 60 of file input_device_server.cpp.
00061 {
00062 return *lhs < *rhs;
00063 }
|