Changeset 468:20cc76e23da7 in verona


Ignore:
Timestamp:
Apr 19, 2012 5:14:24 PM (13 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

    r467 r468  
    374374 
    375375 
    376         int subscribe(int vlid, const string& to, int winfo, int use_proxy = 1, int expire = 600) 
    377         { 
    378                 return phapi::subscribe(vlid, cstr(to), winfo, data, use_proxy, expire); 
     376        int subscribe(int vlid, const string& to, int winfo, int use_proxy = 1, int expire = 600, 
     377                        vector<pair<const char*, const char*> >* hdrs=0) 
     378        { 
     379                return phapi::subscribe(vlid, cstr(to), winfo, use_proxy, expire, hdrs); 
    379380        } 
    380381 
Note: See TracChangeset for help on using the changeset viewer.