comparison deps/Platinum/ThirdParty/Neptune/Source/System/Null/NptNullHttpProxy.cpp @ 0:3425707ddbf6

Initial import (hopefully this mercurial stuff works...)
author fraserofthenight
date Mon, 06 Jul 2009 08:06:28 -0700
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:3425707ddbf6
1 /*****************************************************************
2 |
3 | Neptune - HTTP Proxy :: Null Implementation
4 |
5 | (c) 2001-2007 Gilles Boccon-Gibod
6 | Author: Gilles Boccon-Gibod (bok@bok.net)
7 |
8 ****************************************************************/
9
10 /*----------------------------------------------------------------------
11 | includes
12 +---------------------------------------------------------------------*/
13 #include "NptResults.h"
14 #include "NptHttp.h"
15
16 /*----------------------------------------------------------------------
17 | NPT_HttpProxySelector::GetSystemDefault
18 +---------------------------------------------------------------------*/
19 NPT_HttpProxySelector*
20 NPT_HttpProxySelector::GetSystemDefault()
21 {
22 return NULL;
23 }