Console: Implement short-option and non-option parsing
authorg0dil <g0dil@270642c3-0616-0410-b53a-bc976706d245>
Tue, 27 May 2008 12:59:00 +0000 (12:59 +0000)
committerg0dil <g0dil@270642c3-0616-0410-b53a-bc976706d245>
Tue, 27 May 2008 12:59:00 +0000 (12:59 +0000)
commit10985d71f77b627bc4da543d7114feb7c4529329
tree7660c401da0ebc88fa3ace684c63197849dcd9f2
parent408efb5a03252b4a278f69ab9bc588af438c55de
Console: Implement short-option and non-option parsing
Fix lot's of inline implementation ordering errors (make sure, all inline functions are implemented before first use)

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@854 270642c3-0616-0410-b53a-bc976706d245
42 files changed:
PPI/Connectors.cci
PPI/DebugModules.cc [new file with mode: 0644]
PPI/DebugModules.cci
PPI/Module.cci
Packets/Packet.cci
Packets/PacketData.cci
Packets/PacketData.hh
Packets/PacketImpl.cc
Packets/PacketImpl.cci
Packets/PacketParser.cci
Packets/PacketParser.ct
Packets/PacketParser.cti
Packets/PacketParser.hh
Packets/PacketParser.test.cc
Packets/SConscript
Packets/SafeIterator.cci [new file with mode: 0644]
Packets/SafeIterator.cti [new file with mode: 0644]
Packets/SafeIterator.hh [new file with mode: 0644]
Packets/SafeIterator.test.cc [new file with mode: 0644]
SConstruct
Scheduler/Binding.cci
Scheduler/ClockService.cci
Socket/ClientSocketHandle.ct
Socket/FileHandle.cc
Socket/FileHandle.cci
Socket/FileHandle.ih
Socket/Protocols/INet/INet4Address.cci
Socket/Protocols/INet/INet6Address.cci
Socket/Protocols/Raw/LLAddressing.cci
Socket/SocketPolicy.cc [new file with mode: 0644]
Socket/SocketPolicy.hh
Socket/SocketPolicy.ih
Utils/Logger/AreaRegistry.cc
Utils/Logger/AreaRegistry.ih
Utils/Logger/StreamRegistry.cc
Utils/Logger/StreamRegistry.ih
Utils/Logger/TimeSource.cci
Utils/TypeIdValue.cc [new file with mode: 0644]
Utils/TypeIdValue.hh
Utils/intrusive_refcount.cc [new file with mode: 0644]
Utils/intrusive_refcount.cci
senfscons/SENFSCons.py