X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fconstants.h;h=4feefcc25c46fe50628454cfc5895f4db82225ff;hb=a81c41acd873cda7f40bca634782230d9e57dc4f;hp=3a883fbb0fa37b415607369712310ec656dd2650;hpb=f59eded7c3e162bbdfc6db424c9badc730017698;p=libs%2Fnet.git diff --git a/source/constants.h b/source/constants.h index 3a883fb..4feefcc 100644 --- a/source/constants.h +++ b/source/constants.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspnet -Copyright © 2008 Mikkosoft Productions, Mikko Rasa -Distributed under the LGPL -*/ - #ifndef MSP_NET_CONSTANTS_H_ #define MSP_NET_CONSTANTS_H_ @@ -19,10 +12,10 @@ namespace Net { enum Family { - UNSPEC=AF_UNSPEC, - INET=AF_INET, - INET6=AF_INET6, - UNIF=AF_UNIX + UNSPEC = AF_UNSPEC, + INET = AF_INET, + INET6 = AF_INET6, + UNIF = AF_UNIX }; } // namespace Net