Changeset 6564 in orxonox.OLD for branches/network/src/subprojects
- Timestamp:
- Jan 18, 2006, 3:05:09 PM (19 years ago)
- Location:
- branches/network/src/subprojects/network
- Files:
-
- 2 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/subprojects/network/Makefile.am
r6341 r6564 27 27 $(MAINSRCDIR)/lib/util/helper_functions.cc \ 28 28 $(MAINSRCDIR)/lib/util/executor/executor.cc \ 29 $(MAINSRCDIR)/lib/util/multi_type.cc 29 $(MAINSRCDIR)/lib/util/multi_type.cc \ 30 \ 31 \ 32 $(MAINSRCDIR)/lib/coord/p_node.cc \ 33 $(MAINSRCDIR)/world_entities/world_entity.cc 34 30 35 31 36 -
branches/network/src/subprojects/network/read_sync.cc
r6341 r6564 29 29 */ 30 30 ReadSync::ReadSync(const char* name) 31 : Synchronizeable( name)31 : Synchronizeable() 32 32 { 33 33 /* define the local buffer size */ -
branches/network/src/subprojects/network/simple_sync.cc
r6341 r6564 29 29 */ 30 30 SimpleSync::SimpleSync(const char* name) 31 : Synchronizeable( name)31 : Synchronizeable() 32 32 { 33 33 /* define the local buffer size */ -
branches/network/src/subprojects/network/write_sync.cc
r6341 r6564 29 29 */ 30 30 WriteSync::WriteSync(const char* name) 31 : Synchronizeable( name)31 : Synchronizeable() 32 32 { 33 33 /* define the local buffer size */
Note: See TracChangeset
for help on using the changeset viewer.