Changeset 467:b0fac23276b4 in verona for phcpp/phapipp.h
- Timestamp:
- Apr 19, 2012 5:08:23 PM (14 months ago)
- Branch:
- default
- File:
-
- 1 edited
-
phcpp/phapipp.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
phcpp/phapipp.h
r465 r467 374 374 375 375 376 int subscribe(int vlid, const string& to, int winfo, char *data = 0,int use_proxy = 1, int expire = 600)376 int subscribe(int vlid, const string& to, int winfo, int use_proxy = 1, int expire = 600) 377 377 { 378 378 return phapi::subscribe(vlid, cstr(to), winfo, data, use_proxy, expire);
Note: See TracChangeset
for help on using the changeset viewer.
