comparison deps/Platinum/ThirdParty/Neptune/Source/System/Null/NptNullNetwork.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 - Network :: Null Implementation
4 |
5 | (c) 2001-2006 Gilles Boccon-Gibod
6 | Author: Gilles Boccon-Gibod (bok@bok.net)
7 |
8 ****************************************************************/
9
10 /*----------------------------------------------------------------------
11 | includes
12 +---------------------------------------------------------------------*/
13 #include "NptResults.h"
14 #include "NptNetwork.h"
15
16 /*----------------------------------------------------------------------
17 | NPT_NetworkInterface::GetNetworkInterfaces
18 +---------------------------------------------------------------------*/
19 NPT_Result
20 NPT_NetworkInterface::GetNetworkInterfaces(NPT_List<NPT_NetworkInterface*>& /*interfaces*/)
21 {
22 return NPT_SUCCESS;
23 }