X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyazpp%2Flimit-connect.h;h=47ae13ef062e1af4a70d67c3492b2b1f8aaecc3f;hb=f54a8916ca6047b539ec1cd2001b51de689ed710;hp=d8e5b36457d9c6f0d16686b067c70b8e33de10d6;hpb=8353663886b90d762d43790780be6cb58fb93c8a;p=yazpp-moved-to-github.git diff --git a/include/yazpp/limit-connect.h b/include/yazpp/limit-connect.h index d8e5b36..47ae13e 100644 --- a/include/yazpp/limit-connect.h +++ b/include/yazpp/limit-connect.h @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2011 Index Data and Mike Taylor + * Copyright (C) 1998-2012 Index Data and Mike Taylor * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -41,8 +41,8 @@ namespace yazpp_1 { void set_period(int sec); private: struct Peer; - - int m_period; + + int m_period; Peer *m_peers; Peer **lookup(const char *peername); };