Develop and Download Open Source Software

Browse CVS Repository

Diff of /gikonavigoeson/gikonavi/ExternalBoardPlugInMain.pas

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

revision 1.15 by h677, Mon Oct 25 12:37:17 2004 UTC revision 1.15.2.1 by h677, Wed May 4 06:26:07 2005 UTC
# Line 46  type Line 46  type
46          ): TAcceptType; stdcall;        // URL の種類          ): TAcceptType; stdcall;        // URL の種類
47    
48          // *************************************************************************          // *************************************************************************
49            // 指定したURLを現在のURLに変換する
50            // *************************************************************************
51            TOnExtractBoardURL = procedure(
52                    inURL : PChar;                                          // 変換するURL;
53            var outURL: PChar                                               // 変換されたURL
54            ); stdcall;     // 変換されたURL
55    
56            // *************************************************************************
57          // メニューハンドラ          // メニューハンドラ
58          // *************************************************************************          // *************************************************************************
59          TOnPlugInMenu = procedure(          TOnPlugInMenu = procedure(
# Line 461  begin Line 469  begin
469    
470          // ダミーのクラス          // ダミーのクラス
471          board                           := TBoard.Create( nil, 'about://dummy/' );          board                           := TBoard.Create( nil, 'about://dummy/' );
472          threadItem      := TThreadItem.Create( nil, 'about://dummy/test/read.cgi/dummy/' );          threadItem      := TThreadItem.Create( nil, board, 'about://dummy/test/read.cgi/dummy/' );
473          try          try
474                  try                  try
475                          board.Add( threadItem );                          board.Add( threadItem );

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.15.2.1

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