Ignore:
Timestamp:
11/07/12 10:47:40 (12 years ago)
Author:
tbretz
Message:
Updated to v20r01.
Location:
trunk/FACT++/dim/src/examples
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/dim/src/examples/rpc_client.cxx

    r11071 r14575  
    4141        int out, in;
    4242       
    43         sprintf(name,"TESTRPC%d/INT",(long)tag);
     43        sprintf(name,"TESTRPC%d/INT",(dim_long)tag);
    4444        myRpc = new DimRpcInfo(name, 10, -1);
    4545//      myRpc = new Rpc(name);
     
    5454dim_lock();
    5555dim_print_date_time();
    56 cout << "Instance "<<(long)tag<<" sent "<<out<< " got "<<in <<endl;
     56cout << "Instance "<<(dim_long)tag<<" sent "<<out<< " got "<<in <<endl;
    5757dim_unlock();
    5858                out++;
  • trunk/FACT++/dim/src/examples/test_client.c

    r13339 r14575  
    5757{
    5858        if(tag){}
    59         printf("Received VERSION %lx, %d\n", (long)buf, *size);
     59        printf("Received VERSION %lx, %d\n", (dim_long)buf, *size);
    6060}
    6161
  • trunk/FACT++/dim/src/examples/test_server.c

    r13135 r14575  
    7070        int on = 0;
    7171*/
    72         long dnsid = 0;
     72        dim_long dnsid = 0;
    7373        char extra_dns[128];
    7474        int new_dns = 0;
Note: See TracChangeset for help on using the changeset viewer.