Changeset 2338


Ignore:
Timestamp:
Oct 1, 2008 9:58:42 AM (15 years ago)
Author:
bennylp
Message:

Ticket #652: Add WinCE workspace/project files for pjnath unit tests (thanks Seth Hinze for the contribution)

Location:
pjproject/trunk/pjnath
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/build/wince-evc4

    • Property svn:ignore
      •  

        old new  
        11*.vcl 
         2*.vco 
         3*.vcb 
         4 
  • pjproject/trunk/pjnath/src/pjnath-test/test.c

    r1988 r2338  
    145145pj_pool_factory *mem; 
    146146 
     147int param_log_decor = PJ_LOG_HAS_NEWLINE | PJ_LOG_HAS_TIME |  
     148                      PJ_LOG_HAS_MICRO_SEC; 
    147149 
    148150static int test_inner(void) 
     
    155157#if 1 
    156158    pj_log_set_level(3); 
    157     pj_log_set_decor(PJ_LOG_HAS_NEWLINE | PJ_LOG_HAS_TIME |  
    158                      PJ_LOG_HAS_MICRO_SEC); 
     159    pj_log_set_decor(param_log_decor); 
    159160#endif 
    160161 
Note: See TracChangeset for help on using the changeset viewer.