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

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

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

revision 1.4 by cpcp, Mon Feb 24 21:26:19 2003 UTC revision 1.5 by cpcp, Sat Mar 1 12:04:26 2003 UTC
# Line 23  void MMIChildToFamilyLink::menu_add_acti Line 23  void MMIChildToFamilyLink::menu_add_acti
23    return;    return;
24  }  }
25    
26  OneChildToFamilyLink * MMIChildToFamilyLink::addChildToFamilyLink(std::string const &father, std::string const &mother, SigC::Slot0<void> * slot_father = 0, SigC::Slot0<void> * slot_mother = 0 )  OneChildToFamilyLink * MMIChildToFamilyLink::addChildToFamilyLink(std::string const &father, std::string const &mother, SigC::Slot1<int, GdkEventButton *> * slot_father = 0, SigC::Slot1<int, GdkEventButton *> * slot_mother = 0 )
27  {  {
28    _cpt_family++;    _cpt_family++;
29    class OneChildToFamilyLink * OneChildToFamilyLink = manage(new class OneChildToFamilyLink(father, mother, slot_father, slot_mother));    class OneChildToFamilyLink * OneChildToFamilyLink = manage(new class OneChildToFamilyLink(father, mother, slot_father, slot_mother));

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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