ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/types/FragmentStamp.cpp
(Generate patch)

Comparing trunk/OOPSE-4/src/types/FragmentStamp.cpp (file contents):
Revision 3172 by tim, Fri Dec 2 20:18:28 2005 UTC vs.
Revision 3173 by gezelter, Fri Jul 13 18:10:52 2007 UTC

# Line 40 | Line 40 | FragmentStamp::FragmentStamp(int index) : index_(index
40   */
41   #include "types/FragmentStamp.hpp"
42   namespace oopse {
43 < FragmentStamp::FragmentStamp(int index) : index_(index){
43 >  FragmentStamp::FragmentStamp(int index) : index_(index){
44      DefineParameter(Name, "name");
45 < }
46 <
47 < void FragmentStamp::validate() {
45 >  }
46 >  
47 >  void FragmentStamp::validate() {
48      CheckParameter(Name, isNotEmpty());
49 +  }
50   }
50 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines