Patch level : 12.0 no patch
Files correlati : Commento : Piccole modifiche di stile git-svn-id: svn://10.65.10.50/branches/R_10_00@23259 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
7bc855d95e
commit
afa2c29d5d
@ -29,9 +29,9 @@ extern "C" {
|
|||||||
int findfld(const RecDes *, const char *);
|
int findfld(const RecDes *, const char *);
|
||||||
|
|
||||||
// TDitta *CGetDitta(char *);
|
// TDitta *CGetDitta(char *);
|
||||||
short CGetAut(int );
|
//short CGetAut(int );
|
||||||
char *CGetConf(int );
|
//char *CGetConf(int );
|
||||||
word getser(void);
|
//word getser(void);
|
||||||
void CVerify(SecDef *,char *);
|
void CVerify(SecDef *,char *);
|
||||||
void COpen(SecDef *,char *, unsigned, unsigned, unsigned);
|
void COpen(SecDef *,char *, unsigned, unsigned, unsigned);
|
||||||
void CCreate(SecDef *,char *,unsigned ,unsigned ,RecNoType);
|
void CCreate(SecDef *,char *,unsigned ,unsigned ,RecNoType);
|
||||||
@ -55,7 +55,7 @@ extern "C" {
|
|||||||
void CGetRec(int, RecDes *, int);
|
void CGetRec(int, RecDes *, int);
|
||||||
void CPutRec(int, RecDes *, int);
|
void CPutRec(int, RecDes *, int);
|
||||||
void zerordes(RecDes *);
|
void zerordes(RecDes *);
|
||||||
word setrdes(RecDes *);
|
//word setrdes(RecDes *);
|
||||||
char *CAddPref(const char *);
|
char *CAddPref(const char *);
|
||||||
const char* CGetCampoIni(void);
|
const char* CGetCampoIni(void);
|
||||||
const char* CGetPref(void);
|
const char* CGetPref(void);
|
||||||
|
@ -6,8 +6,6 @@
|
|||||||
#define DateF 5
|
#define DateF 5
|
||||||
#define WordF 6
|
#define WordF 6
|
||||||
#define CharF 7
|
#define CharF 7
|
||||||
/* @(!) 2.3.01.196 */
|
|
||||||
#define BoolF 8
|
#define BoolF 8
|
||||||
#define ZeroF 9
|
#define ZeroF 9
|
||||||
#define EZeroF 10
|
#define EZeroF 10
|
||||||
/* @(:) 2.3.01.196 */
|
|
||||||
|
@ -94,7 +94,6 @@ bool operator >=(const fraction& a, const fraction& b) ;
|
|||||||
bool operator ==(const fraction& a, const fraction& b) ;
|
bool operator ==(const fraction& a, const fraction& b) ;
|
||||||
bool operator !=(const fraction& a, const fraction& b) ;
|
bool operator !=(const fraction& a, const fraction& b) ;
|
||||||
|
|
||||||
#if 0
|
|
||||||
// Valanga apparentemente inutile: aggiungere solo cio' che serve veramente!
|
// Valanga apparentemente inutile: aggiungere solo cio' che serve veramente!
|
||||||
inline fraction operator +(const real& a, const fraction& b) { return ::operator +((fraction)a, b);}
|
inline fraction operator +(const real& a, const fraction& b) { return ::operator +((fraction)a, b);}
|
||||||
inline fraction operator +(const fraction& a, const real& b) { return ::operator +(b, a);}
|
inline fraction operator +(const fraction& a, const real& b) { return ::operator +(b, a);}
|
||||||
@ -126,7 +125,6 @@ inline bool operator ==(const fraction& a, const real& b) { return operator ==((
|
|||||||
inline bool operator !=(const real& a, const fraction& b) { return operator !=(a, (real) b);}
|
inline bool operator !=(const real& a, const fraction& b) { return operator !=(a, (real) b);}
|
||||||
inline bool operator !=(const fraction& a, const real& b) { return operator !=((real) a, b);}
|
inline bool operator !=(const fraction& a, const real& b) { return operator !=((real) a, b);}
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
void swap(fraction& a, fraction& b) ;
|
void swap(fraction& a, fraction& b) ;
|
||||||
const fraction& fnc_min(const fraction& a, const fraction& b);
|
const fraction& fnc_min(const fraction& a, const fraction& b);
|
||||||
|
@ -9,9 +9,7 @@
|
|||||||
#define ScrNum 3
|
#define ScrNum 3
|
||||||
#define ScrUpp 4
|
#define ScrUpp 4
|
||||||
#define ScrDate 5
|
#define ScrDate 5
|
||||||
/* @(!) 2.3.01.163 */
|
|
||||||
#define ScrNumNoTrim 6
|
#define ScrNumNoTrim 6
|
||||||
/* @(:) 2.3.01.163 */
|
|
||||||
#define ScrAutoHlp 7
|
#define ScrAutoHlp 7
|
||||||
#define ScrAutoCnt 8
|
#define ScrAutoCnt 8
|
||||||
#define ScrAutoReq 9
|
#define ScrAutoReq 9
|
||||||
|
@ -121,8 +121,8 @@
|
|||||||
#define LF_DIST 112
|
#define LF_DIST 112
|
||||||
#define LF_RDIST 113
|
#define LF_RDIST 113
|
||||||
#define LF_STOMAG 114
|
#define LF_STOMAG 114
|
||||||
#define LF_PACCHI 115 //NON si può chiamare un file con lo stesso numero di un file esistente
|
#define LF_PACCHI 115
|
||||||
#define LF_CONVOC 115
|
#define LF_CONVOC 115 //NON si può chiamare un file con lo stesso numero di un file esistente
|
||||||
#define LF_RCONVOC 116
|
#define LF_RCONVOC 116
|
||||||
#define LF_STAZZ 117
|
#define LF_STAZZ 117
|
||||||
#define LF_QUAGP 118
|
#define LF_QUAGP 118
|
||||||
|
@ -1350,7 +1350,7 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////
|
||||||
// TField_window & TWindowed_field
|
// TField_window & TWindowed_field //
|
||||||
///////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////
|
||||||
|
|
||||||
class TWindowed_field;
|
class TWindowed_field;
|
||||||
|
@ -985,7 +985,7 @@ void TRelation::mask2rel(const TMask & m)
|
|||||||
}
|
}
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////
|
||||||
// TCursor
|
// TCursor //
|
||||||
///////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////
|
||||||
|
|
||||||
HIDDEN bool __evalcondition(const TRelation& /* r */,TExpression* cond, const TArray& frefs)
|
HIDDEN bool __evalcondition(const TRelation& /* r */,TExpression* cond, const TArray& frefs)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user