Develop and Download Open Source Software

Browse CVS Repository

Diff of /gikonavigoeson/gikonavi/Trip.pas

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

revision 1.2 by yoffy, Fri Oct 31 15:00:31 2003 UTC revision 1.3 by yoffy, Sat Oct 9 15:07:20 2004 UTC
# Line 1  Line 1 
1  unit Trip;  unit Trip;
2    
3  {  {!
4          トリップの生成  \file           Trip.pas
5    \brief  トリップの生成
6    
7          http://ghanyan.monazilla.org/trip.html          http://ghanyan.monazilla.org/trip.html
8          を元にギコナビ用に移植させていただきました。          を元にギコナビ用に移植させていただきました。
# Line 23  type Line 24  type
24                  EP : ^CryptOrdering;                  EP : ^CryptOrdering;
25          end;          end;
26    
27  // トリップの生成  {!
28    \brief  トリップの生成
29    \param  pw      元になるパスワード
30    \return                 生成されたトリップ
31    }
32  function get_2ch_trip(  function get_2ch_trip(
33          const pw : PChar        // 元になるパスワード          const pw : PChar
34  ) : string;                                     // 生成されたトリップ  ) : string;
35    
36  const  const
37          kCryptInitialTr : CryptOrdering = ( o_data: (          kCryptInitialTr : CryptOrdering = ( o_data: (

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