[asycxx-devel] SF.net SVN: asycxx:[7] trunk
Status: Alpha
Brought to you by:
joe_steeve
From: <joe...@us...> - 2009-03-12 09:40:49
|
Revision: 7 http://asycxx.svn.sourceforge.net/asycxx/?rev=7&view=rev Author: joe_steeve Date: 2009-03-12 09:40:41 +0000 (Thu, 12 Mar 2009) Log Message: ----------- converted Emacs modeline variables to Emacs file local variables From: Joe Steeve <js...@hi...> Modified Paths: -------------- trunk/include/asycxx/DataBuffer.h trunk/include/asycxx/Deferred.h trunk/include/asycxx/Error.h trunk/include/asycxx/Factory.h trunk/include/asycxx/GimpleMsgBus.h trunk/include/asycxx/Listener.h trunk/include/asycxx/Logger.h trunk/include/asycxx/MsgBus.h trunk/include/asycxx/MsgHandler.h trunk/include/asycxx/Protocol.h trunk/include/asycxx/Reactor.h trunk/include/asycxx/RefCounter.h trunk/include/asycxx/SelectReactor.h trunk/include/asycxx/TCPLLTransport.h trunk/include/asycxx/TCPListener.h trunk/include/asycxx/TCPTransport.h trunk/include/asycxx/Timer.h trunk/include/asycxx/Transport.h trunk/include/asycxx/XMLParser.h trunk/src/DataBuffer.cxx trunk/src/Deferred.cxx trunk/src/Error.cxx trunk/src/Factory.cxx trunk/src/GimpleMsgBus.cxx trunk/src/Listener.cxx trunk/src/Logger.cxx trunk/src/MsgHandler.cxx trunk/src/Protocol.cxx trunk/src/Reactor.cxx trunk/src/RefCounter.cxx trunk/src/SelectReactor.cxx trunk/src/TCPLLTransport.cxx trunk/src/TCPListener.cxx trunk/src/TCPTransport.cxx trunk/src/Timer.cxx trunk/src/Transport.cxx trunk/src/XMLParser.cxx trunk/src/core.cxx Modified: trunk/include/asycxx/DataBuffer.h =================================================================== --- trunk/include/asycxx/DataBuffer.h 2009-03-12 09:35:26 UTC (rev 6) +++ trunk/include/asycxx/DataBuffer.h 2009-03-12 09:40:41 UTC (rev 7) @@ -1,4 +1,3 @@ -/* -*- mode: c++; indent-tabs-mode: nil; tab-width: 4; -*- */ /******************************************************************** * Copyright (C) 2008,2009 HiPro IT Solutions Pvt. Ltd., Chennai. All @@ -58,3 +57,12 @@ }; #endif /* __HIPRO_ASYCXX__DATA_BUFFER_H__ */ + +/* + Local Variables: + mode: c++ + indent-tabs-mode: nil + tab-width: 4 + c-file-style: "gnu" + End: +*/ Modified: trunk/include/asycxx/Deferred.h =================================================================== --- trunk/include/asycxx/Deferred.h 2009-03-12 09:35:26 UTC (rev 6) +++ trunk/include/asycxx/Deferred.h 2009-03-12 09:40:41 UTC (rev 7) @@ -1,4 +1,3 @@ -/* -*- mode: c++; indent-tabs-mode: nil; tab-width: 4; -*- */ /******************************************************************** * Copyright (C) 2008,2009 HiPro IT Solutions Pvt. Ltd., Chennai. All @@ -49,3 +48,12 @@ }; #endif // __HIPRO_ASYCXX__DEFERRED_H__ + +/* + Local Variables: + mode: c++ + indent-tabs-mode: nil + tab-width: 4 + c-file-style: "gnu" + End: +*/ Modified: trunk/include/asycxx/Error.h =================================================================== --- trunk/include/asycxx/Error.h 2009-03-12 09:35:26 UTC (rev 6) +++ trunk/include/asycxx/Error.h 2009-03-12 09:40:41 UTC (rev 7) @@ -1,4 +1,3 @@ -/* -*- mode: c++; indent-tabs-mode: nil; tab-width: 4; -*- */ /******************************************************************** * Copyright (C) 2008,2009 HiPro IT Solutions Pvt. Ltd., Chennai. All @@ -67,4 +66,14 @@ CREATE_ERROR (RecoverableError, Error, "unknown RecoverableError"); CREATE_ERROR (BadFDError, RecoverableError, "BadFDError"); + #endif /* __HIPRO_ASYCXX__ERROR_H__ */ + +/* + Local Variables: + mode: c++ + indent-tabs-mode: nil + tab-width: 4 + c-file-style: "gnu" + End: +*/ Modified: trunk/include/asycxx/Factory.h =================================================================== --- trunk/include/asycxx/Factory.h 2009-03-12 09:35:26 UTC (rev 6) +++ trunk/include/asycxx/Factory.h 2009-03-12 09:40:41 UTC (rev 7) @@ -1,4 +1,3 @@ -/* -*- mode: c++; indent-tabs-mode: nil; tab-width: 4; -*- */ /******************************************************************** * Copyright (C) 2008,2009 HiPro IT Solutions Pvt. Ltd., Chennai. All @@ -35,3 +34,12 @@ }; #endif /* __HIPRO_ASYCXX__FACTORY_H__ */ + +/* + Local Variables: + mode: c++ + indent-tabs-mode: nil + tab-width: 4 + c-file-style: "gnu" + End: +*/ Modified: trunk/include/asycxx/GimpleMsgBus.h =================================================================== --- trunk/include/asycxx/GimpleMsgBus.h 2009-03-12 09:35:26 UTC (rev 6) +++ trunk/include/asycxx/GimpleMsgBus.h 2009-03-12 09:40:41 UTC (rev 7) @@ -1,3 +1,4 @@ + /******************************************************************** * Copyright (C) 2008,2009 HiPro IT Solutions Pvt. Ltd., Chennai. All * rights reserved. Modified: trunk/include/asycxx/Listener.h =================================================================== --- trunk/include/asycxx/Listener.h 2009-03-12 09:35:26 UTC (rev 6) +++ trunk/include/asycxx/Listener.h 2009-03-12 09:40:41 UTC (rev 7) @@ -1,4 +1,3 @@ -/* -*- mode: c++; indent-tabs-mode: nil; tab-width: 4; -*- */ /******************************************************************** * Copyright (C) 2008,2009 HiPro IT Solutions Pvt. Ltd., Chennai. All @@ -32,3 +31,12 @@ }; #endif /* __HIPRO_ASYCXX__LISTENER_H__ */ + +/* + Local Variables: + mode: c++ + indent-tabs-mode: nil + tab-width: 4 + c-file-style: "gnu" + End: +*/ Modified: trunk/include/asycxx/Logger.h =================================================================== --- trunk/include/asycxx/Logger.h 2009-03-12 09:35:26 UTC (rev 6) +++ trunk/include/asycxx/Logger.h 2009-03-12 09:40:41 UTC (rev 7) @@ -1,4 +1,3 @@ -/* -*- mode: c++; indent-tabs-mode: nil; tab-width: 4; -*- */ /******************************************************************** * Copyright (C) 2008,2009 HiPro IT Solutions Pvt. Ltd., Chennai. All @@ -36,3 +35,12 @@ }; #endif // __HIPRO__LOGGER_H__ + +/* + Local Variables: + mode: c++ + indent-tabs-mode: nil + tab-width: 4 + c-file-style: "gnu" + End: +*/ Modified: trunk/include/asycxx/MsgBus.h =================================================================== --- trunk/include/asycxx/MsgBus.h 2009-03-12 09:35:26 UTC (rev 6) +++ trunk/include/asycxx/MsgBus.h 2009-03-12 09:40:41 UTC (rev 7) @@ -1,3 +1,4 @@ + /******************************************************************** * Copyright (C) 2008,2009 HiPro IT Solutions Pvt. Ltd., Chennai. All * rights reserved. Modified: trunk/include/asycxx/MsgHandler.h =================================================================== --- trunk/include/asycxx/MsgHandler.h 2009-03-12 09:35:26 UTC (rev 6) +++ trunk/include/asycxx/MsgHandler.h 2009-03-12 09:40:41 UTC (rev 7) @@ -1,3 +1,4 @@ + /******************************************************************** * Copyright (C) 2008,2009 HiPro IT Solutions Pvt. Ltd., Chennai. All * rights reserved. Modified: trunk/include/asycxx/Protocol.h =================================================================== --- trunk/include/asycxx/Protocol.h 2009-03-12 09:35:26 UTC (rev 6) +++ trunk/include/asycxx/Protocol.h 2009-03-12 09:40:41 UTC (rev 7) @@ -1,4 +1,3 @@ -/* -*- mode: c++; indent-tabs-mode: nil; tab-width: 4; -*- */ /******************************************************************** * Copyright (C) 2008,2009 HiPro IT Solutions Pvt. Ltd., Chennai. All @@ -54,3 +53,12 @@ }; #endif /* __HIPRO_ASYCXX__PROTOCOL_H__ */ + +/* + Local Variables: + mode: c++ + indent-tabs-mode: nil + tab-width: 4 + c-file-style: "gnu" + End: +*/ Modified: trunk/include/asycxx/Reactor.h =================================================================== --- trunk/include/asycxx/Reactor.h 2009-03-12 09:35:26 UTC (rev 6) +++ trunk/include/asycxx/Reactor.h 2009-03-12 09:40:41 UTC (rev 7) @@ -1,4 +1,3 @@ -/* -*- mode: c++; indent-tabs-mode: nil; tab-width: 4; -*- */ /******************************************************************** * Copyright (C) 2008,2009 HiPro IT Solutions Pvt. Ltd., Chennai. All @@ -87,3 +86,12 @@ }; #endif /* __HIPRO_ASYCXX__REACTOR_H__ */ + +/* + Local Variables: + mode: c++ + indent-tabs-mode: nil + tab-width: 4 + c-file-style: "gnu" + End: +*/ Modified: trunk/include/asycxx/RefCounter.h =================================================================== --- trunk/include/asycxx/RefCounter.h 2009-03-12 09:35:26 UTC (rev 6) +++ trunk/include/asycxx/RefCounter.h 2009-03-12 09:40:41 UTC (rev 7) @@ -1,4 +1,3 @@ -/* -*- mode: c++; indent-tabs-mode: nil; tab-width: 4; -*- */ /******************************************************************** * Copyright (C) 2008,2009 HiPro IT Solutions Pvt. Ltd., Chennai. All @@ -35,3 +34,12 @@ }; #endif /* __HIPRO_ASYCXX__REF_COUNTER_H__ */ + +/* + Local Variables: + mode: c++ + indent-tabs-mode: nil + tab-width: 4 + c-file-style: "gnu" + End: +*/ Modified: trunk/include/asycxx/SelectReactor.h =================================================================== --- trunk/include/asycxx/SelectReactor.h 2009-03-12 09:35:26 UTC (rev 6) +++ trunk/include/asycxx/SelectReactor.h 2009-03-12 09:40:41 UTC (rev 7) @@ -1,4 +1,3 @@ -/* -*- mode: c++; indent-tabs-mode: nil; tab-width: 4; -*- */ /******************************************************************** * Copyright (C) 2008,2009 HiPro IT Solutions Pvt. Ltd., Chennai. All @@ -48,3 +47,12 @@ }; #endif /* __HIPRO_ASYCXX__SELECT_REACTOR_H__ */ + +/* + Local Variables: + mode: c++ + indent-tabs-mode: nil + tab-width: 4 + c-file-style: "gnu" + End: +*/ Modified: trunk/include/asycxx/TCPLLTransport.h =================================================================== --- trunk/include/asycxx/TCPLLTransport.h 2009-03-12 09:35:26 UTC (rev 6) +++ trunk/include/asycxx/TCPLLTransport.h 2009-03-12 09:40:41 UTC (rev 7) @@ -1,4 +1,3 @@ -/* -*- mode: c++; indent-tabs-mode: nil; tab-width: 4; -*- */ /******************************************************************** * Copyright (C) 2008,2009 HiPro IT Solutions Pvt. Ltd., Chennai. All @@ -34,3 +33,12 @@ }; #endif /* __HIPRO_ASYCXX__TCP_LL_TRANSPORT_H__ */ + +/* + Local Variables: + mode: c++ + indent-tabs-mode: nil + tab-width: 4 + c-file-style: "gnu" + End: +*/ Modified: trunk/include/asycxx/TCPListener.h =================================================================== --- trunk/include/asycxx/TCPListener.h 2009-03-12 09:35:26 UTC (rev 6) +++ trunk/include/asycxx/TCPListener.h 2009-03-12 09:40:41 UTC (rev 7) @@ -1,4 +1,3 @@ -/* -*- mode: c++; indent-tabs-mode: nil; tab-width: 4; -*- */ /******************************************************************** * Copyright (C) 2008,2009 HiPro IT Solutions Pvt. Ltd., Chennai. All @@ -56,3 +55,12 @@ }; #endif /* __HIPRO_ASYCXX__TCP_LISTENER_H__ */ + +/* + Local Variables: + mode: c++ + indent-tabs-mode: nil + tab-width: 4 + c-file-style: "gnu" + End: +*/ Modified: trunk/include/asycxx/TCPTransport.h =================================================================== --- trunk/include/asycxx/TCPTransport.h 2009-03-12 09:35:26 UTC (rev 6) +++ trunk/include/asycxx/TCPTransport.h 2009-03-12 09:40:41 UTC (rev 7) @@ -1,4 +1,3 @@ -/* -*- mode: c++; indent-tabs-mode: nil; tab-width: 4; -*- */ /******************************************************************** * Copyright (C), 2008,2009 HiPro IT Solutions Pvt. Ltd., Chennai. All @@ -38,3 +37,12 @@ }; #endif /* __HIPRO_ASYCXX__TCP_TRANSPORT_H__ */ + +/* + Local Variables: + mode: c++ + indent-tabs-mode: nil + tab-width: 4 + c-file-style: "gnu" + End: +*/ Modified: trunk/include/asycxx/Timer.h =================================================================== --- trunk/include/asycxx/Timer.h 2009-03-12 09:35:26 UTC (rev 6) +++ trunk/include/asycxx/Timer.h 2009-03-12 09:40:41 UTC (rev 7) @@ -1,4 +1,3 @@ -/* -*- mode: c++; indent-tabs-mode: nil; tab-width: 4; -*- */ /******************************************************************** * Copyright (C) 2008,2009 HiPro IT Solutions Pvt. Ltd., Chennai. All @@ -84,3 +83,12 @@ #endif /* __HIPRO_ASYCXX__TIMER_H__ */ + +/* + Local Variables: + mode: c++ + indent-tabs-mode: nil + tab-width: 4 + c-file-style: "gnu" + End: +*/ Modified: trunk/include/asycxx/Transport.h =================================================================== --- trunk/include/asycxx/Transport.h 2009-03-12 09:35:26 UTC (rev 6) +++ trunk/include/asycxx/Transport.h 2009-03-12 09:40:41 UTC (rev 7) @@ -1,4 +1,3 @@ -/* -*- mode: c++; indent-tabs-mode: nil; tab-width: 4; -*- */ /******************************************************************** * Copyright (C) 2008,2009 HiPro IT Solutions Pvt. Ltd., Chennai. All @@ -79,3 +78,12 @@ }; #endif /* __HIPRO_ASYCXX__TRANSPORT_H__ */ + +/* + Local Variables: + mode: c++ + indent-tabs-mode: nil + tab-width: 4 + c-file-style: "gnu" + End: +*/ Modified: trunk/include/asycxx/XMLParser.h =================================================================== --- trunk/include/asycxx/XMLParser.h 2009-03-12 09:35:26 UTC (rev 6) +++ trunk/include/asycxx/XMLParser.h 2009-03-12 09:40:41 UTC (rev 7) @@ -1,4 +1,3 @@ -/* -*- mode: c++; indent-tabs-mode: nil; tab-width: 4; -*- */ /******************************************************************** * Copyright (C) 2008,2009 HiPro IT Solutions Pvt. Ltd., Chennai. All @@ -44,3 +43,12 @@ }; #endif /* __ACW__XML_PARSER_H__ */ + +/* + Local Variables: + mode: c++ + indent-tabs-mode: nil + tab-width: 4 + c-file-style: "gnu" + End: +*/ Modified: trunk/src/DataBuffer.cxx =================================================================== --- trunk/src/DataBuffer.cxx 2009-03-12 09:35:26 UTC (rev 6) +++ trunk/src/DataBuffer.cxx 2009-03-12 09:40:41 UTC (rev 7) @@ -1,4 +1,3 @@ -/* -*- mode: c++; indent-tabs-mode: nil; tab-width: 4; -*- */ /******************************************************************** * Copyright (C) 2008,2009 HiPro IT Solutions Pvt. Ltd., Chennai. All @@ -144,3 +143,12 @@ ptr = (void *)((unsigned int)m_Data + m_ProcessedLen); return ptr; } + +/* + Local Variables: + mode: c++ + indent-tabs-mode: nil + tab-width: 4 + c-file-style: "gnu" + End: +*/ Modified: trunk/src/Deferred.cxx =================================================================== --- trunk/src/Deferred.cxx 2009-03-12 09:35:26 UTC (rev 6) +++ trunk/src/Deferred.cxx 2009-03-12 09:40:41 UTC (rev 7) @@ -1,4 +1,3 @@ -/* -*- mode: c++; indent-tabs-mode: nil; tab-width: 4; -*- */ /******************************************************************** * Copyright (C) 2008,2009 HiPro IT Solutions Pvt. Ltd., Chennai. All @@ -145,3 +144,12 @@ m_cbOnTimeout (m_cbOnTimeout_obj, excess_time); } } + +/* + Local Variables: + mode: c++ + indent-tabs-mode: nil + tab-width: 4 + c-file-style: "gnu" + End: +*/ Modified: trunk/src/Error.cxx =================================================================== --- trunk/src/Error.cxx 2009-03-12 09:35:26 UTC (rev 6) +++ trunk/src/Error.cxx 2009-03-12 09:40:41 UTC (rev 7) @@ -1,4 +1,3 @@ -/* -*- mode: c++; indent-tabs-mode: nil; tab-width: 4; -*- */ /******************************************************************** * Copyright (C) 2008,2009 HiPro IT Solutions Pvt. Ltd., Chennai. All @@ -55,3 +54,12 @@ ("\n ----------------------------------------------------------------\n"); free (stsyms); } + +/* + Local Variables: + mode: c++ + indent-tabs-mode: nil + tab-width: 4 + c-file-style: "gnu" + End: +*/ Modified: trunk/src/Factory.cxx =================================================================== --- trunk/src/Factory.cxx 2009-03-12 09:35:26 UTC (rev 6) +++ trunk/src/Factory.cxx 2009-03-12 09:40:41 UTC (rev 7) @@ -1,4 +1,3 @@ -/* -*- mode: c++; indent-tabs-mode: nil; tab-width: 4; -*- */ /******************************************************************** * Copyright (C) 2008,2009 HiPro IT Solutions Pvt. Ltd., Chennai. All @@ -42,3 +41,12 @@ Factory::~Factory () { } + +/* + Local Variables: + mode: c++ + indent-tabs-mode: nil + tab-width: 4 + c-file-style: "gnu" + End: +*/ Modified: trunk/src/GimpleMsgBus.cxx =================================================================== --- trunk/src/GimpleMsgBus.cxx 2009-03-12 09:35:26 UTC (rev 6) +++ trunk/src/GimpleMsgBus.cxx 2009-03-12 09:40:41 UTC (rev 7) @@ -1,3 +1,4 @@ + /******************************************************************** * Copyright (C) 2008,2009 HiPro IT Solutions Pvt. Ltd., Chennai. All * rights reserved. Modified: trunk/src/Listener.cxx =================================================================== --- trunk/src/Listener.cxx 2009-03-12 09:35:26 UTC (rev 6) +++ trunk/src/Listener.cxx 2009-03-12 09:40:41 UTC (rev 7) @@ -1,4 +1,3 @@ -/* -*- mode: c++; indent-tabs-mode: nil; tab-width: 4; -*- */ /******************************************************************** * Copyright (C) 2008,2009 HiPro IT Solutions Pvt. Ltd., Chennai. All @@ -31,3 +30,12 @@ { } + +/* + Local Variables: + mode: c++ + indent-tabs-mode: nil + tab-width: 4 + c-file-style: "gnu" + End: +*/ Modified: trunk/src/Logger.cxx =================================================================== --- trunk/src/Logger.cxx 2009-03-12 09:35:26 UTC (rev 6) +++ trunk/src/Logger.cxx 2009-03-12 09:40:41 UTC (rev 7) @@ -1,4 +1,3 @@ -/* -*- mode: c++; indent-tabs-mode: nil; tab-width: 4; -*- */ /******************************************************************** * Copyright (C) 2008,2009 HiPro IT Solutions Pvt. Ltd., Chennai. All @@ -84,3 +83,12 @@ vfprintf (stderr, fmt, args); } } + +/* + Local Variables: + mode: c++ + indent-tabs-mode: nil + tab-width: 4 + c-file-style: "gnu" + End: +*/ Modified: trunk/src/MsgHandler.cxx =================================================================== --- trunk/src/MsgHandler.cxx 2009-03-12 09:35:26 UTC (rev 6) +++ trunk/src/MsgHandler.cxx 2009-03-12 09:40:41 UTC (rev 7) @@ -1,3 +1,4 @@ + /******************************************************************** * Copyright (C) 2008,2009 HiPro IT Solutions Pvt. Ltd., Chennai. All * rights reserved. Modified: trunk/src/Protocol.cxx =================================================================== --- trunk/src/Protocol.cxx 2009-03-12 09:35:26 UTC (rev 6) +++ trunk/src/Protocol.cxx 2009-03-12 09:40:41 UTC (rev 7) @@ -1,4 +1,3 @@ -/* -*- mode: c++; indent-tabs-mode: nil; tab-width: 4; -*- */ /******************************************************************** * Copyright (C) 2008,2009 HiPro IT Solutions Pvt. Ltd., Chennai. All @@ -100,3 +99,12 @@ { LOG3 ("write caused error out but not handled. lame protocol"); } + +/* + Local Variables: + mode: c++ + indent-tabs-mode: nil + tab-width: 4 + c-file-style: "gnu" + End: +*/ Modified: trunk/src/Reactor.cxx =================================================================== --- trunk/src/Reactor.cxx 2009-03-12 09:35:26 UTC (rev 6) +++ trunk/src/Reactor.cxx 2009-03-12 09:40:41 UTC (rev 7) @@ -1,4 +1,3 @@ -/* -*- mode: c++; indent-tabs-mode: nil; tab-width: 4; -*- */ /******************************************************************** * Copyright (C) 2008,2009 HiPro IT Solutions Pvt. Ltd., Chennai. All @@ -553,3 +552,12 @@ } } } + +/* + Local Variables: + mode: c++ + indent-tabs-mode: nil + tab-width: 4 + c-file-style: "gnu" + End: +*/ Modified: trunk/src/RefCounter.cxx =================================================================== --- trunk/src/RefCounter.cxx 2009-03-12 09:35:26 UTC (rev 6) +++ trunk/src/RefCounter.cxx 2009-03-12 09:40:41 UTC (rev 7) @@ -1,4 +1,3 @@ -/* -*- mode: c++; indent-tabs-mode: nil; tab-width: 4; -*- */ /******************************************************************** * Copyright (C) 2008,2009 HiPro IT Solutions Pvt. Ltd., Chennai. All @@ -60,3 +59,12 @@ delete this; } } + +/* + Local Variables: + mode: c++ + indent-tabs-mode: nil + tab-width: 4 + c-file-style: "gnu" + End: +*/ Modified: trunk/src/SelectReactor.cxx =================================================================== --- trunk/src/SelectReactor.cxx 2009-03-12 09:35:26 UTC (rev 6) +++ trunk/src/SelectReactor.cxx 2009-03-12 09:40:41 UTC (rev 7) @@ -1,4 +1,3 @@ -/* -*- mode: c++; indent-tabs-mode: nil; tab-width: 4; -*- */ /******************************************************************** * Copyright (C) 2008,2009 HiPro IT Solutions Pvt. Ltd., Chennai. All @@ -176,3 +175,12 @@ } } } + +/* + Local Variables: + mode: c++ + indent-tabs-mode: nil + tab-width: 4 + c-file-style: "gnu" + End: +*/ Modified: trunk/src/TCPLLTransport.cxx =================================================================== --- trunk/src/TCPLLTransport.cxx 2009-03-12 09:35:26 UTC (rev 6) +++ trunk/src/TCPLLTransport.cxx 2009-03-12 09:40:41 UTC (rev 7) @@ -1,4 +1,3 @@ -/* -*- mode: c++; indent-tabs-mode: nil; tab-width: 4; -*- */ /******************************************************************** * Copyright (C) 2008,2009 HiPro IT Solutions Pvt. Ltd., Chennai. All @@ -147,3 +146,12 @@ } } } + +/* + Local Variables: + mode: c++ + indent-tabs-mode: nil + tab-width: 4 + c-file-style: "gnu" + End: +*/ Modified: trunk/src/TCPListener.cxx =================================================================== --- trunk/src/TCPListener.cxx 2009-03-12 09:35:26 UTC (rev 6) +++ trunk/src/TCPListener.cxx 2009-03-12 09:40:41 UTC (rev 7) @@ -1,4 +1,3 @@ -/* -*- mode: c++; indent-tabs-mode: nil; tab-width: 4; -*- */ /******************************************************************** * Copyright (C) 2008,2009 HiPro IT Solutions Pvt. Ltd., Chennai. All @@ -243,3 +242,12 @@ { m_bSetupNoDelay = true; } + +/* + Local Variables: + mode: c++ + indent-tabs-mode: nil + tab-width: 4 + c-file-style: "gnu" + End: +*/ Modified: trunk/src/TCPTransport.cxx =================================================================== --- trunk/src/TCPTransport.cxx 2009-03-12 09:35:26 UTC (rev 6) +++ trunk/src/TCPTransport.cxx 2009-03-12 09:40:41 UTC (rev 7) @@ -1,4 +1,3 @@ -/* -*- mode: c++; indent-tabs-mode: nil; tab-width: 4; -*- */ /******************************************************************** * Copyright (C) 2008,2009 HiPro IT Solutions Pvt. Ltd., Chennai. All @@ -162,3 +161,12 @@ // /** \todo using setsockopt should configure TCP_KEEPINTVL */ // } + +/* + Local Variables: + mode: c++ + indent-tabs-mode: nil + tab-width: 4 + c-file-style: "gnu" + End: +*/ Modified: trunk/src/Timer.cxx =================================================================== --- trunk/src/Timer.cxx 2009-03-12 09:35:26 UTC (rev 6) +++ trunk/src/Timer.cxx 2009-03-12 09:40:41 UTC (rev 7) @@ -1,4 +1,3 @@ -/* -*- mode: c++; indent-tabs-mode: nil; tab-width: 4; -*- */ /******************************************************************** * Copyright (C) 2008,2009 HiPro IT Solutions Pvt. Ltd., Chennai. All @@ -265,3 +264,12 @@ UnRegisterTimer (this); } } + +/* + Local Variables: + mode: c++ + indent-tabs-mode: nil + tab-width: 4 + c-file-style: "gnu" + End: +*/ Modified: trunk/src/Transport.cxx =================================================================== --- trunk/src/Transport.cxx 2009-03-12 09:35:26 UTC (rev 6) +++ trunk/src/Transport.cxx 2009-03-12 09:40:41 UTC (rev 7) @@ -1,4 +1,3 @@ -/* -*- mode: c++; indent-tabs-mode: nil; tab-width: 4; -*- */ /******************************************************************** * Copyright (C) 2008,2009 HiPro IT Solutions Pvt. Ltd., Chennai. All @@ -349,3 +348,12 @@ /* notify write-timeout to the protocol */ trans->m_Protocol->WriteTimeout (excess_time); } + +/* + Local Variables: + mode: c++ + indent-tabs-mode: nil + tab-width: 4 + c-file-style: "gnu" + End: +*/ Modified: trunk/src/XMLParser.cxx =================================================================== --- trunk/src/XMLParser.cxx 2009-03-12 09:35:26 UTC (rev 6) +++ trunk/src/XMLParser.cxx 2009-03-12 09:40:41 UTC (rev 7) @@ -1,4 +1,3 @@ -/* -*- mode: c++; indent-tabs-mode: nil; tab-width: 4; -*- */ /******************************************************************** * Copyright (C) 2008,2009 HiPro IT Solutions Pvt. Ltd., Chennai. All @@ -286,3 +285,12 @@ return Result_Success; } + +/* + Local Variables: + mode: c++ + indent-tabs-mode: nil + tab-width: 4 + c-file-style: "gnu" + End: +*/ Modified: trunk/src/core.cxx =================================================================== --- trunk/src/core.cxx 2009-03-12 09:35:26 UTC (rev 6) +++ trunk/src/core.cxx 2009-03-12 09:40:41 UTC (rev 7) @@ -1,4 +1,3 @@ -/* -*- mode: c++; indent-tabs-mode: nil; tab-width: 4; -*- */ /******************************************************************** * Copyright (C) 2008,2009 HiPro IT Solutions Pvt. Ltd., Chennai. All @@ -68,3 +67,12 @@ } } } + +/* + Local Variables: + mode: c++ + indent-tabs-mode: nil + tab-width: 4 + c-file-style: "gnu" + End: +*/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |