/////////////////////////////////////////////////////////////////////////////
-// Name: hashmap.h
+// Name: wx/hashmap.h
// Purpose: wxHashMap class
// Author: Mattia Barbon
// Modified by:
#endif // _WX_HASHMAP_H_
-
#include "wx/list.h"
#include "wx/hash.h"
#include "wx/string.h"
+#include "wx/hashmap.h"
#include "wx/arrstr.h"
#include "wx/intl.h"
#include "wx/log.h"
#ifndef WX_PRECOMP
#include "wx/list.h"
#include "wx/log.h"
+ #include "wx/hashmap.h"
#endif
#include "wx/artprov.h"
-#include "wx/hashmap.h"
#include "wx/module.h"
#if wxUSE_IMAGE
/////////////////////////////////////////////////////////////////////////////
-// Name: hashmap.cpp
+// Name: src/common/hashmap.cpp
// Purpose: wxHashMap implementation
// Author: Mattia Barbon
// Modified by:
#include "wx/wxprec.h"
#ifdef __BORLANDC__
-#pragma hdrstop
+ #pragma hdrstop
#endif
#include "wx/hashmap.h"
#include "wx/log.h"
#include "wx/utils.h"
#include "wx/app.h"
+ #include "wx/hashmap.h"
#endif // WX_PRECOMP
#ifndef __WXWINCE__
#include "wx/module.h"
#include "wx/fontmap.h"
#include "wx/encconv.h"
-#include "wx/hashmap.h"
#include "wx/ptr_scpd.h"
#include "wx/apptrait.h"
#include "wx/stdpaths.h"
// check for this
// do we have just the language (or sublang too)?
- bool justLang = langFull.Len() == LEN_LANG;
+ bool justLang = langFull.length() == LEN_LANG;
if ( justLang ||
- (langFull.Len() == LEN_FULL && langFull[LEN_LANG] == wxT('_')) )
+ (langFull.length() == LEN_FULL && langFull[LEN_LANG] == wxT('_')) )
{
// 0. Make sure the lang is according to latest ISO 639
// (this is necessary because glibc uses iw and in instead
#include "wx/intl.h"
#include "wx/log.h"
#include "wx/utils.h"
+ #include "wx/hashmap.h"
#endif
#include "wx/strconv.h"
}
#if wxUSE_FONTMAP
-#include "wx/hashmap.h"
WX_DECLARE_HASH_MAP( wxFontEncoding, wxString, wxIntegerHash, wxIntegerEqual,
wxEncodingNameCache );
#include "wx/intl.h"
#include "wx/log.h"
#include "wx/utils.h"
+ #include "wx/hashmap.h"
#if wxUSE_STREAMS
#include "wx/stream.h"
#endif
#endif
#include "wx/image.h"
-#include "wx/hashmap.h"
#include <string.h>
#include <ctype.h>
#include "wx/intl.h"
#include "wx/log.h"
#include "wx/utils.h"
+ #include "wx/hashmap.h"
#endif
#include "wx/module.h"
-#include "wx/hashmap.h"
#include "wx/mgl/private.h"
#ifndef WX_PRECOMP
#include "wx/app.h"
+ #include "wx/hashmap.h"
#endif
-#include "wx/hashmap.h"
-
#ifdef __VMS__
#pragma message disable nosimpint
#endif
/////////////////////////////////////////////////////////////////////////////
-// Name: msw/dde.cpp
+// Name: src/msw/dde.cpp
// Purpose: DDE classes
// Author: Julian Smart
// Modified by:
#ifndef WX_PRECOMP
#include "wx/utils.h"
#include "wx/app.h"
+ #include "wx/hashmap.h"
#endif
#include "wx/module.h"
#include "wx/dde.h"
#include "wx/intl.h"
-#include "wx/hashmap.h"
#include "wx/msw/private.h"
wxDDEServer::~wxDDEServer()
{
- if ( !m_serviceName.IsEmpty() )
+ if ( !m_serviceName.empty() )
{
HSZ hsz = DDEAtomFromString(m_serviceName);
GetHConv(),
NULL,
// If the transaction specified by the wType parameter does not pass data or is XTYP_EXECUTE,
-// wFmt should be zero.
+// wFmt should be zero.
0,
XTYP_EXECUTE,
DDE_TIMEOUT,
#include "wx/app.h"
#include "wx/intl.h"
#include "wx/log.h"
+ #include "wx/hashmap.h"
#endif
-#include "wx/hashmap.h"
-
#include "wx/msw/private.h"
// ----------------------------------------------------------------------------
#include "wx/icon.h"
#endif
#include "wx/intl.h"
+ #include "wx/hashmap.h"
#endif // WX_PRECOMP
#include "wx/dir.h"
-#include "wx/hashmap.h"
#include "wx/dynlib.h"
#include "wx/arrimpl.cpp"
{
wxString filename(pRes->lpRemoteName);
- if (filename.Len())
+ if (!filename.empty())
{
if (filename.Last() != '\\')
filename.Append('\\');
#include "wx/app.h"
#include "wx/intl.h"
#include "wx/log.h"
+ #include "wx/hashmap.h"
#endif
-#include "wx/hashmap.h"
-
#include "wx/palmos/private.h"
// from utils.cpp
#endif
#include "wx/intl.h"
#include "wx/arrstr.h"
+ #include "wx/hashmap.h"
#endif // WX_PRECOMP
-#include "wx/hashmap.h"
-
#include <VFSMgr.h>
#include <PalmTypesCompatibility.h>