Changeset 20 in cheroxy for trunk/src/main.cpp


Ignore:
Timestamp:
11/08/12 17:19:07 (11 years ago)
Author:
cheese
Message:

#1 fix and arrange exception handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/main.cpp

    r18 r20  
    6060        }
    6161
    62         if ((aProxy = new(std::nothrow) CRXProxy (aResult)) == NULL)
     62        if ((aProxy = CRXProxy::GetNewInstance (aResult)) == NULL)
    6363        {
    6464            aResult = -1;
Note: See TracChangeset for help on using the changeset viewer.