UNIVERS  15.3
UNIVERS base processing software API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
uwe_loc.h
1 /* uwe_loc.h */
2 /* $Id: uwe_loc.h,v 1.1 2004/09/09 12:18:30 vlad Exp $ */
3 #ifndef __uwe_loc_h
4 #define __uwe_loc_h
5 
6 #include <mix/portability.h>
7 
8 
9 #ifdef __cplusplus
10 extern "C" {
11 #endif /* C++ */
12 
13 
16  UNIVERS_API char* CALLSPEC UweProjectPartDir (const char* szProject,
17  const char* szPart);
18 
22  UNIVERS_API char* CALLSPEC UweProjectPartFile (const char* szProject,
23  const char* szPart,
24  const char* szFile);
25 
26 #ifdef __cplusplus
27 };
28 #endif /* C++ */
29 
30 #endif /* uwe_loc.h */