Changeset 365 for trunk/nom/class_c/nomtestresult.c
- Timestamp:
- Jun 22, 2008, 5:58:04 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nom/class_c/nomtestresult.c
r358 r365 26 26 CORBA_Environment *ev) 27 27 { 28 /* NOMTestResultData* nomThis = NOMTestResultGetData(nomSelf); */ 29 CORBA_boolean nomRetval=FALSE; 28 NOMTestResultData* nomThis = NOMTestResultGetData(nomSelf); 30 29 31 return nomRetval;30 return _fSuccess; 32 31 } 33 32
Note:
See TracChangeset
for help on using the changeset viewer.