~ubuntu-branches/ubuntu/saucy/osptoolkit/saucy

« back to all changes in this revision

Viewing changes to src/ospusageind.c

  • Committer: Bazaar Package Importer
  • Author(s): TransNexus, Inc.
  • Date: 2007-12-30 20:37:26 UTC
  • Revision ID: james.westby@ubuntu.com-20071230203726-dnec7rq6xf7ppoyl
Tags: 3.4.2-1
* Initial Release (Closes: Bug#468110).
* Added a new Makefile under the main directory to generate the packages.
* Modified bad OSPC_OSNULL statements to avoid compile warning messages.
* Modified char to const char to avoid compile warning messages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
217
217
{
218
218
    if (ospvUsageInd != OSPC_OSNULL) 
219
219
    {
220
 
        if (ospvTransactionId  != (OSPTTRXID)OSPC_OSNULL) 
 
220
        if (ospvTransactionId != 0) 
221
221
        {
222
222
            ospvUsageInd->ospmUsageIndTransactionId = ospvTransactionId;
223
223
        }
1318
1318
        ospvUsageInd->ospmUsageIndPostDialDelay = 0;
1319
1319
        ospvUsageInd->ospmUsageIndReleaseSource = 0;
1320
1320
        ospvUsageInd->ospmUsageIndConferenceId[0] = '\0';
1321
 
        ospvUsageInd->ospmUsageIndTransactionId = (OSPTTRXID)OSPC_OSNULL;
 
1321
        ospvUsageInd->ospmUsageIndTransactionId = 0;
1322
1322
        ospvUsageInd->ospmUsageIndCallId = (OSPTCALLID *)OSPC_OSNULL;
1323
1323
        ospvUsageInd->ospmUsageIndSourceNumber[0] = '\0';
1324
1324
        ospvUsageInd->ospmUsageIndDestNumber[0] = '\0';