Develop and Download Open Source Software

Browse CVS Repository

Diff of /gikonavigoeson/gikonavi/GikoSystem.pas

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

revision 1.115 by h677, Mon Mar 8 13:10:14 2004 UTC revision 1.116 by h677, Tue Mar 23 15:27:56 2004 UTC
# Line 126  type Line 126  type
126                  function GetStyleSheetDir: string;                  function GetStyleSheetDir: string;
127                  function GetOutBoxFileName: string;                  function GetOutBoxFileName: string;
128                  function GetUserAgent: string;                  function GetUserAgent: string;
129            function GetSambaFileName : string;
130    
131                  procedure ReadSubjectFile(Board: TBoard);                  procedure ReadSubjectFile(Board: TBoard);
132                  procedure CreateThreadDat(Board: TBoard);                  procedure CreateThreadDat(Board: TBoard);
# Line 3391  begin Line 3392  begin
3392          end;          end;
3393    
3394  end;  end;
3395    function TGikoSys.GetSambaFileName : string;
3396    begin
3397            Result := Setting.GetSambaFileName;
3398    end;
3399    
3400    
3401  initialization  initialization

Legend:
Removed from v.1.115  
changed lines
  Added in v.1.116

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