Changeset 9853bc3 in nscp for modules/NSCAClient/NSCAClient.h
- Timestamp:
- 11/29/11 14:03:54 (18 months ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2
- Children:
- f33c12f
- Parents:
- 96c1461
- File:
-
- 1 edited
-
modules/NSCAClient/NSCAClient.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
modules/NSCAClient/NSCAClient.h
r96c1461 r9853bc3 57 57 connection_data(nscapi::functions::destination_container recipient, nscapi::functions::destination_container sender) { 58 58 timeout = recipient.get_int_data("timeout", 30); 59 buffer_length = recipient.get_int_data("payload length", 1024);59 buffer_length = recipient.get_int_data("payload length", 512); 60 60 password = recipient.get_string_data("password"); 61 61 encryption = recipient.get_string_data("encryption");
Note: See TracChangeset
for help on using the changeset viewer.








