Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/GikoSystem.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 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); |
| 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 |
|
|
|