Ignore:
Timestamp:
07/29/11 09:54:56 (13 years ago)
Author:
tbretz
Message:
Updated from dim_v19r22 to dim_v19r23
Location:
trunk/FACT++/dim/src/examples
Files:
2 edited

Legend:

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

    r11071 r11695  
    3939                        index++;
    4040                }
     41                int inCallback = DimClient::inCallback();
     42                cout << "infoHandler: In callback "<< inCallback << endl;
    4143        }
    4244public :
     
    8385                cout << "Current INTVAL : " << servint.getInt() << endl;
    8486                DimClient::sendCommand("TEST/CMND","UPDATE_STRVAL");
     87                int inCallback = DimClient::inCallback();
     88                cout << "main: In callback "<< inCallback << endl;
     89
     90                DimClient::addErrorHandler(0);
    8591        }
    8692        return 0;
  • trunk/FACT++/dim/src/examples/test_server.cxx

    r11071 r11695  
    183183        }
    184184*/
    185 
    186185        while(1)
    187186        {
    188187                sleep(5);
     188
    189189/*
    190190                while(cmdsvr.hasNext())
     
    200200                        boolval = 0;
    201201                ival++;
     202               
     203                int inCallback = DimServer::inCallback();
     204                cout << "main: In callback "<< inCallback << endl;
    202205                servint.updateService();
    203206                if(extraDns)
Note: See TracChangeset for help on using the changeset viewer.