/[ghosts]/ghosts/gedcomviewer/src/MMIglade/src/OneChildToFamilyLinkHandler.cc
ViewVC logotype

Diff of /ghosts/gedcomviewer/src/MMIglade/src/OneChildToFamilyLinkHandler.cc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by cpcp, Sun Mar 2 14:39:23 2003 UTC revision 1.2 by cpcp, Wed Mar 26 10:37:36 2003 UTC
# Line 25  Line 25 
25    
26  OneChildToFamilyLinkHandler::OneChildToFamilyLinkHandler(std::string const &father,  OneChildToFamilyLinkHandler::OneChildToFamilyLinkHandler(std::string const &father,
27                                                           std::string const &mother,                                                           std::string const &mother,
28                                                           OneFamilyLinkHandler::SlotHandler_t * slot_father,                                                           OneFamilyLinkHandler::NavigationSlotHandler_t * navigation_slot_father,
29                                                           OneFamilyLinkHandler::SlotHandler_t * slot_mother                                                           OneFamilyLinkHandler::NavigationSlotHandler_t * navigation_slot_mother,
30                                                             OneFamilyLinkHandler::PopdownLinkEditionSlotHandler_t * popdownlinkedition_slot_father,
31                                                             OneFamilyLinkHandler::PopdownLinkEditionSlotHandler_t * popdownlinkedition_slot_mother
32    
33                                                           ) :                                                           ) :
34    _father(father),    OneFamilyLinkHandler(father,
35    _mother(mother),                         mother,
36    _slot_father(slot_father),                         navigation_slot_father,
37    _slot_mother(slot_mother)                         navigation_slot_mother,
38                           popdownlinkedition_slot_father,
39                           popdownlinkedition_slot_mother)
40  {  {
41    return;    return;
42  }  }
   
 std::string const &OneChildToFamilyLinkHandler::getFather(void) const  
 {  
   return _father;  
 }  
   
 std::string const &OneChildToFamilyLinkHandler::getMother(void) const  
 {  
   return _mother;  
 }  
   
 OneFamilyLinkHandler::SlotHandler_t * OneChildToFamilyLinkHandler::getSlotFather(void) const  
 {  
   return _slot_father;  
 }  
   
 OneFamilyLinkHandler::SlotHandler_t * OneChildToFamilyLinkHandler::getSlotMother(void) const  
 {  
   return _slot_mother;  
 }  

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26