CalculatorHandler

The actual implementation of the Calculator interface that is called by the server to answer the requests.

Members

Functions

add
int add(int n1, int n2)
Undocumented in source. Be warned that the author may not have intended to support it.
calculate
int calculate(int logid, const(Work) work)
Undocumented in source. Be warned that the author may not have intended to support it.
getStruct
SharedStruct getStruct(int logid)
Undocumented in source. Be warned that the author may not have intended to support it.
ping
void ping()
Undocumented in source. Be warned that the author may not have intended to support it.
zip
void zip()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

log
SharedStruct[int] log;
Undocumented in source.

Meta