Changeset 3048 for pjproject/trunk
- Timestamp:
- Jan 8, 2010 9:53:31 AM (15 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pjlib-test/activesock.c
r2771 r3048 491 491 int ret; 492 492 493 ret = (int)&udp_ping_pong_test;494 495 493 PJ_LOG(3,("", "..udp ping/pong test")); 496 494 ret = udp_ping_pong_test(); -
pjproject/trunk/pjsip-apps/build/Makefile
r2991 r3048 84 84 clean depend realclean: 85 85 $(MAKE) -f $(RULES_MAK) APP=PJSUA app=pjsua $@ 86 $(MAKE) -f $(RULES_MAK) APP=PJSYSTEST app=pjsystest $@ 86 87 $(MAKE) -f Samples.mak $@ 87 88 @if test "$@" = "depend"; then \
Note: See TracChangeset
for help on using the changeset viewer.