* Style cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42256 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,28 +1,29 @@
|
|||||||
/* BMailProtocolConfigView - the standard config view for all protocols
|
/*
|
||||||
**
|
* Copyright 20011, Haiku Inc. All Rights Reserved.
|
||||||
** Copyright 2001 Dr. Zoidberg Enterprises. All rights reserved.
|
* Copyright 2001 Dr. Zoidberg Enterprises. All rights reserved.
|
||||||
*/
|
* Distributed under the terms of the MIT License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include <TextControl.h>
|
//! The standard config view for all protocols.
|
||||||
#include <MenuField.h>
|
|
||||||
#include <PopUpMenu.h>
|
|
||||||
#include <String.h>
|
|
||||||
#include <Message.h>
|
|
||||||
#include <MenuItem.h>
|
|
||||||
#include <CheckBox.h>
|
|
||||||
|
|
||||||
#include <stdlib.h>
|
|
||||||
#include <stdio.h>
|
|
||||||
|
|
||||||
#include <MDRLanguage.h>
|
|
||||||
|
|
||||||
class _EXPORT BMailProtocolConfigView;
|
|
||||||
|
|
||||||
#include <crypt.h>
|
|
||||||
|
|
||||||
#include "ProtocolConfigView.h"
|
#include "ProtocolConfigView.h"
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
#include <CheckBox.h>
|
||||||
|
#include <MenuField.h>
|
||||||
|
#include <MenuItem.h>
|
||||||
|
#include <Message.h>
|
||||||
|
#include <PopUpMenu.h>
|
||||||
|
#include <String.h>
|
||||||
|
#include <TextControl.h>
|
||||||
|
|
||||||
|
#include <crypt.h>
|
||||||
|
#include <MDRLanguage.h>
|
||||||
|
|
||||||
|
|
||||||
const char* kPartialDownloadLimit = "partial_download_limit";
|
const char* kPartialDownloadLimit = "partial_download_limit";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user