Changeset 773 in Sophya for trunk/SophyaLib/BaseTools/pexceptions.h
- Timestamp:
- Mar 10, 2000, 4:23:01 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/pexceptions.h
r749 r773 8 8 using namespace std; 9 9 10 // Petit utilitaire pour accoler numero de ligne et nom de fichier aux messages 11 // d'exception 12 #define PExcLongMessage(a) BuildLongExceptionMessage(a,__FILE__,__LINE__) 13 10 14 namespace SOPHYA { 15 16 // Utiliatire pour accoler un nom de fichier et numero de ligne au message 17 string BuildLongExceptionMessage(const char * s, const char *file, int line); 11 18 12 19 // Ancestor for PError and PException
Note:
See TracChangeset
for help on using the changeset viewer.