Changeset 10570 for sample


Ignore:
Timestamp:
Jun 14, 2012, 11:31:50 AM (12 years ago)
Author:
Michael Tänzer
Message:

pingpong: add missing linker dependency on boost-system and fix nested comments

Location:
sample/pingpong
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sample/pingpong/Makefile.am

    r2410 r10570  
    2626# linker flags ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    2727
    28 AM_LDFLAGS      = -L../../source/ariba -lariba
     28AM_LDFLAGS      = -L../../source/ariba -lariba $(BOOST_SYSTEM_LDFLAGS)
     29LIBS           += $(BOOST_SYSTEM_LIBS)
    2930
    3031if PROFILING
  • sample/pingpong/PingPong.h

    r7468 r10570  
    2020
    2121/**
    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  **/
     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 */
    2727class PingPong: public NodeListener,
    2828        public CommunicationListener,
Note: See TracChangeset for help on using the changeset viewer.