Changeset 113


Ignore:
Timestamp:
Oct 26, 2008, 5:36:40 PM (16 years ago)
Author:
KOBAYASHI, Shinji
Message:

refs #63, #64

Location:
ruby/trunk/lib/models
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • ruby/trunk/lib/models/rm.rb

    r110 r113  
    1818      autoload :Generic, "rm/common/generic.rb"
    1919      autoload :Directory, "rm/common/directory.rb"
     20      autoload :Change_Control, "rm/common/change_control.rb"
    2021    end
    2122
  • ruby/trunk/lib/models/rm/common/directory.rb

    r112 r113  
    2020          end
    2121        end       
     22        class Versioned_Folder < OpenEHR::RM::Common::Change_Control::Versioned_Object
     23        end
    2224      end # of Directory
    2325    end # of Common
Note: See TracChangeset for help on using the changeset viewer.