Browse CVS Repository
Contents of /hos/tools/cvssync/ReadConfig.h
Parent Directory
| Revision Log
| Revision Graph
Revision 1.2 -
( show annotations)
( download)
( as text)
Sat Jul 27 04:48:31 2002 UTC
(21 years, 8 months ago)
by ryuz
Branch: MAIN
CVS Tags: ver_0_04, HEAD
Changes since 1.1: +4 -4 lines
File MIME type: text/x-chdr
change copyright
| 1 |
// --------------------------------------------------------------------------- |
| 2 |
// 設定ファイル読み込み |
| 3 |
// |
| 4 |
// Copyright (C) 2002 by Project HOS |
| 5 |
// --------------------------------------------------------------------------- |
| 6 |
|
| 7 |
|
| 8 |
#ifndef __ReadConfig_h__ |
| 9 |
#define __ReadConfig_h__ |
| 10 |
|
| 11 |
|
| 12 |
#include "AssociationVector.h" |
| 13 |
|
| 14 |
|
| 15 |
// 設定ファイル読み込み |
| 16 |
void ReadConfig(LPCTSTR szFileName, CAssociationVector* pAscVect); |
| 17 |
|
| 18 |
|
| 19 |
#endif // __ReadConfig_h__ |
| 20 |
|
| 21 |
|
| 22 |
// --------------------------------------------------------------------------- |
| 23 |
// Copyright (C) 2002 by Project HOS |
| 24 |
// --------------------------------------------------------------------------- |
|