Develop and Download Open Source Software

Browse CVS Repository

Diff of /gikonavigoeson/gikonavi/Dolib.pas

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.2 by h677, Sat Dec 13 09:19:25 2003 UTC revision 1.3 by h677, Sun Dec 14 15:55:52 2003 UTC
# Line 70  type Line 70  type
70                  constructor Create;                  constructor Create;
71                  destructor  Destroy; override;                  destructor  Destroy; override;
72                  function  Connect: boolean;                  function  Connect: boolean;
73          function  ForcedConnect: boolean;   //2003/12/20までのSSL障害用強制ログイン(12/21以降なら通常ログイン)          function  ForcedConnect: boolean;   //SSL障害用強制ログイン
74                  function  Disconnect: boolean;                  function  Disconnect: boolean;
75                  property  ProxyAddress: string  read  FProxyAddress write FProxyAddress;                  property  ProxyAddress: string  read  FProxyAddress write FProxyAddress;
76                  property  ProxyPort: integer  read  FProxyPort  write FProxyPort;                  property  ProxyPort: integer  read  FProxyPort  write FProxyPort;
# Line 286  begin Line 286  begin
286                  InternetCloseHandle(hSession);                  InternetCloseHandle(hSession);
287          end;          end;
288  end;  end;
289  //2003/12/20までのSSL障害用強制ログイン(12/21以降なら通常ログイン)  //SSL障害用強制ログイン
290  procedure TDolib.ForcedDOLIB_LOGIN(Proxy: string; Port: Integer; ID: string; Pass: string);  procedure TDolib.ForcedDOLIB_LOGIN(Proxy: string; Port: Integer; ID: string; Pass: string);
291  var  var
292          hSession: HINTERNET;          hSession: HINTERNET;

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26