[GME-commit] GMESRC/GME/ConstraintManager OclViolation.h,NONE,1.1
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Fri Apr 30 17:20:07 CDT 2004
- Previous message: [GME-commit] GMESRC/GME/ConstraintManager OCLTree.h,1.12,1.13
OCLTree.cpp,1.20,1.21 OCLGMECMFacade.cpp,1.19,1.20
OCLFeatureImplementation.h,1.3,1.4 ConstraintManager.dsp,1.17,1.18
- Next message: [GME-commit] GMESRC/Doc README_in.txt,1.12,1.13
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/gme/GMESRC/GME/ConstraintManager
In directory braindrain:/tmp/cvs-serv2414
Added Files:
OclViolation.h
Log Message:
constarint: all violation info record listed
CVS User: bogyom
--- NEW FILE: OclViolation.h ---
#ifndef OclViolation_h
#define OclViolation_h
#include "OCLCommon.h"
namespace OclTree
{
struct Violation {
bool bIsException;
string strMessage;
string strSignature;
Position position;
StringVector vecVariables;
StringVector vecObjects;
};
typedef vector< Violation > ViolationVector;
}
#endif // OclViolation_h
- Previous message: [GME-commit] GMESRC/GME/ConstraintManager OCLTree.h,1.12,1.13
OCLTree.cpp,1.20,1.21 OCLGMECMFacade.cpp,1.19,1.20
OCLFeatureImplementation.h,1.3,1.4 ConstraintManager.dsp,1.17,1.18
- Next message: [GME-commit] GMESRC/Doc README_in.txt,1.12,1.13
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list