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.1.1.1.2.2 by h677, Mon May 24 08:28:57 2004 UTC revision 1.1.1.1.2.3 by yoffy, Thu Sep 9 16:20:30 2004 UTC
# Line 65  type Line 65  type
65                  function GetErrorMsg: string;                  function GetErrorMsg: string;
66                  procedure MakeError(Session: TDolibSession; Error: DWORD);                  procedure MakeError(Session: TDolibSession; Error: DWORD);
67                  procedure DOLIB_LOGIN(Proxy: string; Port: Integer; ID: string; Pass: string);                  procedure DOLIB_LOGIN(Proxy: string; Port: Integer; ID: string; Pass: string);
68          procedure ForcedDOLIB_LOGIN(Proxy: string; Port: Integer; ID: string; Pass: string);                  procedure ForcedDOLIB_LOGIN(Proxy: string; Port: Integer; ID: string; Pass: string);
69          public          public
70                  constructor Create;                  constructor Create;
71                  destructor  Destroy; override;                  destructor  Destroy; override;
72                  function  Connect: boolean;                  function  Connect: boolean;
73          function  ForcedConnect: boolean;   //SSL障害用強制ログイン                  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 95  const Line 95  const
95  //      DOLIB_2CH_UA        = 'X-2ch-UA: gikoNavi/1.00'#13#10;  //      DOLIB_2CH_UA        = 'X-2ch-UA: gikoNavi/1.00'#13#10;
96          DOLIB_ENOMEM_STRING = 'メモリが足りません。';          DOLIB_ENOMEM_STRING = 'メモリが足りません。';
97          DOLIB_LOGIN_ERROR   = 'ERROR:';          DOLIB_LOGIN_ERROR   = 'ERROR:';
98      //https://2chv.tora3.net/futen.cgi  // https://2chv.tora3.net/futen.cgi
99    
100  { TDolib }  { TDolib }
101    
102  constructor TDolib.Create;  constructor TDolib.Create;

Legend:
Removed from v.1.1.1.1.2.2  
changed lines
  Added in v.1.1.1.1.2.3

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