Changeset 610

Show
Ignore:
Timestamp:
07/23/05 16:19:43 (3 years ago)
Author:
jajcus
Message:

- support for HTTP requests removed -- the only request implemented was password change and it is not supported anymore (as GG uses graphical tokens now)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/requests.h

    r497 r610  
    3030        RT_SEARCH, 
    3131        RT_VCARD, 
    32         RT_CHANGE, 
    33         RT_PASSWD 
     32        RT_CHANGE 
    3433}RequestType; 
    3534