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

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

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

revision 1.2 by cpcp, Wed Mar 26 10:37:36 2003 UTC revision 1.3 by cpcp, Mon Dec 1 20:11:01 2003 UTC
# Line 25  Line 25 
25  #define _ONECHILDTOFAMILYLINKHANDLER_HH_  #define _ONECHILDTOFAMILYLINKHANDLER_HH_
26    
27  #include "OneFamilyLinkHandler.hh"  #include "OneFamilyLinkHandler.hh"
 #include <string>  
28    
29  class OneChildToFamilyLinkHandler : public OneFamilyLinkHandler  class OneChildToFamilyLinkHandler : public OneFamilyLinkHandler
30  {  {
31  public:  public:
32    OneChildToFamilyLinkHandler(std::string const &father,    OneChildToFamilyLinkHandler(FamilyMemberHandler const &man_handler,
33                                std::string const &mother,                                FamilyMemberHandler const &woman_handler) :
34                                OneFamilyLinkHandler::NavigationSlotHandler_t * navigation_slot_father,      OneFamilyLinkHandler(man_handler,
35                                OneFamilyLinkHandler::NavigationSlotHandler_t * navigation_slot_mother,                           woman_handler)
36                                OneFamilyLinkHandler::PopdownLinkEditionSlotHandler_t * popdownlinkedition_slot_father,      {};
                               OneFamilyLinkHandler::PopdownLinkEditionSlotHandler_t * popdownlinkedition_slot_mother  
                               );  
 private:  
37  };  };
38    
39  #endif  #endif

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

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