Changeset 10570 for sample/pingpong
- Timestamp:
- Jun 14, 2012, 11:31:50 AM (12 years ago)
- Location:
- sample/pingpong
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sample/pingpong/Makefile.am
r2410 r10570 26 26 # linker flags ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 27 27 28 AM_LDFLAGS = -L../../source/ariba -lariba 28 AM_LDFLAGS = -L../../source/ariba -lariba $(BOOST_SYSTEM_LDFLAGS) 29 LIBS += $(BOOST_SYSTEM_LIBS) 29 30 30 31 if PROFILING -
sample/pingpong/PingPong.h
r7468 r10570 20 20 21 21 /** 22 /* The PingPong main class23 /* This class implements an example service for demonstration purposes24 /* The pingpong class sends and receives messages between two SpoVNet25 /* instances26 * */22 * The PingPong main class 23 * This class implements an example service for demonstration purposes 24 * The pingpong class sends and receives messages between two SpoVNet 25 * instances 26 */ 27 27 class PingPong: public NodeListener, 28 28 public CommunicationListener,
Note:
See TracChangeset
for help on using the changeset viewer.