1 /* 2 * Copyright 2012, Axel Dörfler, axeld@pinc-software.de. 3 * Distributed under the terms of the MIT License. 4 */ 5 6 7 #include <MailSettingsView.h> 8 9 BMailSettingsView(const char * name)10BMailSettingsView::BMailSettingsView(const char* name) 11 : 12 BView(name, 0) 13 { 14 } 15 16 ~BMailSettingsView()17BMailSettingsView::~BMailSettingsView() 18 { 19 } 20