Goods.BasicMetaobject.preDaemon Function
Invocation of preDaemon is inserted by MOP geneator before each method invocation or object component access. See MetaObject This "basic" implementation increases the accesscount of the object and if the flag indicates change, calls begin read/write Access. Also it load, or prepares the object by calling these functions on the objects store

Public void preDaemon (Goods.ObjectHeader, int)
  Type Name Description  
    ObjectHeader obj an ObjectHeader value that is modified  
    int attr an int flag, saying what kind of modufucation  
  Return Description  
    void