Changeset 93:352243f5dc95 in verona for phcpp/phapipp.h
- Timestamp:
- Mar 30, 2010 11:00:04 AM (3 years ago)
- Branch:
- default
- Children:
- 94:caf866985550, 97:688b45026d07
- File:
-
- 1 edited
-
phcpp/phapipp.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
phcpp/phapipp.h
r91 r93 178 178 } 179 179 180 int addAuthInfo(const string &username, const string& userid, const string& passwd, const string&realm,180 int addAuthInfo(const string &username, const string& userid, const string&passwd, const char* realm, 181 181 const string& ha1) 182 182 { 183 return phthis->addAuthInfo(cstr(username), cstr(userid), cstr(passwd), cstr(realm), cstr(ha1));183 return phthis->addAuthInfo(cstr(username), cstr(userid), cstr(passwd), realm, cstr(ha1)); 184 184 } 185 185
Note: See TracChangeset
for help on using the changeset viewer.
