Renamed smtp.{cpp|h} to SMTP.{cpp|h}.

This commit is contained in:
Axel Dörfler 2012-10-30 22:47:57 +01:00
parent 146357b547
commit 4d30240166
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ SubDirHdrs [ FDirName $(HAIKU_TOP) headers os add-ons mail_daemon ] ;
local sources =
ConfigView.cpp
smtp.cpp
SMTP.cpp
md5c.c
;
@ -37,5 +37,5 @@ DoCatalogs SMTP :
x-vnd.Haiku-SMTP
:
ConfigView.cpp
smtp.cpp
SMTP.cpp
;

View File

@ -10,7 +10,7 @@
//! Implementation of the SMTP protocol
#include "smtp.h"
#include "SMTP.h"
#include <map>