UNIVERS  15.3
UNIVERS base processing software API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
wenv_stubs.h
1 /* wenv_stubs.h */
2 /* $Id: wenv_stubs.h,v 1.1 2004/09/09 12:18:30 vlad Exp $ */
3 #ifndef __wenv_stubs_h
4 #define __wenv_stubs_h
5 
6 
14 #ifdef __cplusplus
15 extern "C" {
16 #endif /* C++ */
17 
19  void weAppInitialize (const char* szAppName);
20 
22  void weNewJob ();
23 
25  int weJobNumber ();
26 
28  void weEventTakePlace ();
29 
31  const char* weProject ();
32 
34  void weChangeProject (const char* name);
35 
36  /* Based on UweProjectPartDir() */
37  char* weDataLoc ();
38  char* weJobsLoc ();
39  char* weLogsLoc ();
40  char* weLocksLoc ();
41  char* weHCopiesLoc ();
42  char* weReportLoc ();
43  char* weArchiveLoc ();
44  char* weProjectDataLoc (const char* project);
45  char* weProjectJobsLoc (const char* project);
46  char* weProjectLogsLoc (const char* project);
47  char* weProjectLocksLoc (const char* project);
48  char* weProjectHCopiesLoc (const char* project);
49  char* weProjectReportLoc (const char* project);
50  char* weProjectArchiveLoc (const char* project);
51 
52 #ifdef __cplusplus
53 };
54 #endif /* C++ */
55 
56 
57 #endif /* wenv_stubs.h */