# | Line 23 | Line 23 | struct MENES_DECLARE ApiTraits : public | |
---|---|---|
23 | static const unsigned ErrorBase = 10; | |
24 | static const char* GetName() { return "SMBC"; } | |
25 | static ErrorCode GetLastError() { return errno; } | |
26 | + | // XXX: doesn't actually give anything useful |
27 | static ext::String GetMessage(const ErrorCode& code) | |
28 | { | |
29 | char buffer[1024]; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |