Changeset 6634 in orxonox.OLD for trunk/src/subprojects/network
- Timestamp:
- Jan 21, 2006, 1:18:19 AM (19 years ago)
- Location:
- trunk/src/subprojects/network
- Files:
-
- 4 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/subprojects/network/Makefile.am
r6341 r6634 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 -
trunk/src/subprojects/network/read_sync.cc
r6341 r6634 29 29 */ 30 30 ReadSync::ReadSync(const char* name) 31 : Synchronizeable( name)31 : Synchronizeable() 32 32 { 33 33 /* define the local buffer size */ -
trunk/src/subprojects/network/simple_sync.cc
r6341 r6634 29 29 */ 30 30 SimpleSync::SimpleSync(const char* name) 31 : Synchronizeable( name)31 : Synchronizeable() 32 32 { 33 33 /* define the local buffer size */ -
trunk/src/subprojects/network/write_sync.cc
r6341 r6634 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.