Changeset 467:b0fac23276b4 in verona for phcpp/phapipp.h


Ignore:
Timestamp:
Apr 19, 2012 5:08:23 PM (14 months ago)
Author:
Vadim Lebedev <vadim@…>
Branch:
default
Message:

fix calls to lineSubscribe2 and lineSubscribe3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • phcpp/phapipp.h

    r465 r467  
    374374 
    375375 
    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) 
    377377        { 
    378378                return phapi::subscribe(vlid, cstr(to), winfo, data, use_proxy, expire); 
Note: See TracChangeset for help on using the changeset viewer.