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

Comparing trunk/OOPSE-4/src/types/FragmentStamp.hpp (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 37 | Line 37
37   * arising out of the use of or inability to use software, even if the
38   * University of Notre Dame has been advised of the possibility of
39   * such damages.
40 < */
41 < #ifndef TYES_FRAGMENTSTAMP_HPP
42 < #define TYES_FRAGMENTSTAMP_HPP
43 < #include "types/DataHolder.hpp"
44 < namespace oopse {
45 < class FragmentStamp : public DataHolder {
40 > */
41 > #ifndef TYES_FRAGMENTSTAMP_HPP
42 > #define TYES_FRAGMENTSTAMP_HPP
43 > #include "types/DataHolder.hpp"
44 > namespace oopse {
45 >  class FragmentStamp : public DataHolder {
46      DeclareParameter(Name, std::string);    
47 <    public:
48 <        FragmentStamp(int index);
49 <        virtual void validate();
50 <        int getIndex() {return index_;}
47 >  public:
48 >    FragmentStamp(int index);
49 >    virtual void validate();
50 >    int getIndex() {return index_;}
51     private:
52 <        int index_;
53 < };
54 < }
55 < #endif
52 >    int index_;
53 >  };
54 > }
55 > #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines