Peter Johnson
302cc064c6
ConnectionListener: Use bool instead of int for connected parameter.
2015-08-27 23:48:40 -07:00
Peter Johnson
29f73cb5c1
Don't dispose in ConvertToC for NT_String and NT_Value.
...
Fixes #16 .
2015-08-22 19:31:53 -07:00
Peter Johnson
8d7cdeabbf
Implement remote procedure calls.
2015-08-13 21:32:16 -07:00
Peter Johnson
4356e313ec
Add logging framework.
...
DEBUG messages are completely optimized out if NDEBUG is defined.
2015-07-31 22:41:26 -07:00
Peter Johnson
6f940bcaaf
Add immediate_notify and is_new to entry listener.
...
On the callback function, is_new indicates the value is newly added.
On adding a callback function, immediate_notify indicates the callback
should be called once (with is_new=true) for each matching entry that
already exists.
2015-07-23 01:02:53 -07:00
Peter Johnson
440916cf2a
Fix string terminator in char** output.
2015-07-17 10:16:46 -07:00
Peter Johnson
3025a7e51e
Finish C wrappers.
2015-07-17 08:47:25 -07:00
Peter Johnson
fcbd2751ba
Provide C++ API. Move all classes to "nt" namespace.
...
The C API is now just simple wrappers around the C++ API.
2015-07-17 07:21:07 -07:00