Changeset 185


Ignore:
Timestamp:
01/12/06 16:23:13 (18 years ago)
Author:
thauvin
Message:
  • more documentation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/soft/ObsData/ObsData/Repository.pm

    • Property cvs2svn:cvs-rev changed from 1.65 to 1.66
    r184 r185  
    409409=head3 default_choice($oevent) 
    410410 
     411In batch mode, check ObsData::event content and return result about behaviour 
     412soft whould have. 
     413 
    411414=cut 
    412415 
     
    430433} 
    431434 
     435=head3 ask_user($oevent) 
     436 
     437The function take a filled ObsData::Event object, and perform return 
     438default_choice verification or result the callback set by the application. 
     439 
     440=cut 
     441 
    432442sub ask_user { 
    433443    my ($self, $oevent) = @_; 
     
    482492 
    483493# Sub data function: 
    484  
    485  
    486494 
    487495=head3 get_data_dest($datafile) 
Note: See TracChangeset for help on using the changeset viewer.